Html Css Color HEX #970B18 Carmine

📋 copy color: '#970B18'

red 151 ◦ green 11 ◦ blue 24

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

Shades of Carmine #970B18

Tints of Carmine #970B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.91%

 BLUE value IS 24 (9.77% from 255) = 12.9%

R = 81.18%
G = 5.91%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#970B18 (or 0x970B18) is known color: Carmine. HEX triplet: 97, 0B and 18. RGB value is (151,11,24). Sum of RGB (Red+Green+Blue) = 151+11+24=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #970B18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970B18 is #68F4E7. Grayscale: #363636. Windows color (decimal): -6878440 or 1575831. OLE color: 1575831.

HSL color Cylindrical-coordinate representation of color #970B18: hue angle of 354.43º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970B18 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 11 24 -
CMYK 0 0.93 0.84 0.41
HSL 354.43º 0.86% 0.32% -
HSV(B) 354.43º 0.93% 0.59% -
XYZ 13.05 6.88 1.51 -
YUV 54.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 151 11 24 0 0.93 0.84 0.41 354.43 0.86 0.32
Hex 97 B 18 0 5D 54 29 162 56 20
Octal 227 13 30 0 135 124 51 542 126 40
Binary 10010111 1011 11000 0 1011101 1010100 101001 101100010 1010110 100000

Color Harmonies of #970B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970B18

Black with #970B18

Text Example


Text Example

White with #970B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970B18; }

 p { color: rgb(151,11,24); }

 H1.HeaderClassName
 {
   color: #970B18;
 }
 .AnyTagClassName
 {
   color: #970B18;
 }
</style>

background-color css

<style>
 a { background-color: #970B18; }

 a { background-color: rgb(151,11,24); }

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

border-color css

<style>
 span { border-color: #970B18; }

 span { border-color: rgb(151,11,24); }

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