Html Css Color HEX #97002C Carmine

📋 copy color: '#97002C'

red 151 ◦ green 0 ◦ blue 44

#97002C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #97002C

Tints of Carmine #97002C

RGB

 RED value IS 151 (59.38% from 255) = 77.44%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 22.56%

R = 77.44%
G = 0%
B = 22.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#97002C (or 0x97002C) is known color: Carmine. HEX triplet: 97, 00 and 2C. RGB value is (151,0,44). Sum of RGB (Red+Green+Blue) = 151+0+44=195 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.44% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 151 - color contains mainly: red. Hex color #97002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97002C is #68FFD3. Grayscale: #323232. Windows color (decimal): -6881236 or 2883735. OLE color: 2883735.

HSL color Cylindrical-coordinate representation of color #97002C: hue angle of 342.52º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97002C is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 44 -
CMYK 0 1 0.71 0.41
HSL 342.52º 1% 0.3% -
HSV(B) 342.52º 1% 0.59% -
XYZ 13.22 6.76 2.99 -
YUV 50.17 124.53 199.92 -
System Red Green Blue C M Y K H S L
Decimal 151 0 44 0 1 0.71 0.41 342.52 1 0.3
Hex 97 0 2C 0 64 47 29 157 64 1E
Octal 227 0 54 0 144 107 51 527 144 36
Binary 10010111 0 101100 0 1100100 1000111 101001 101010111 1100100 11110

Color Harmonies of #97002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97002C

Black with #97002C

Text Example


Text Example

White with #97002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97002C; }

 p { color: rgb(151,0,44); }

 H1.HeaderClassName
 {
   color: #97002C;
 }
 .AnyTagClassName
 {
   color: #97002C;
 }
</style>

background-color css

<style>
 a { background-color: #97002C; }

 a { background-color: rgb(151,0,44); }

 div.DivClassName
 {
   background-color: #97002C;
 }
 .BgClassName
 {
   background-color: #97002C;
 }
</style>

border-color css

<style>
 span { border-color: #97002C; }

 span { border-color: rgb(151,0,44); }

 td.TdClassName
 {
   border-color: #97002C;
 }
 .TagClassName
 {
   border-color: #97002C;
 }
</style>