Html Css Color HEX #870E18 Carmine

📋 copy color: '#870E18'

red 135 ◦ green 14 ◦ blue 24

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

Shades of Carmine #870E18

Tints of Carmine #870E18

RGB

 RED value IS 135 (53.13% from 255) = 78.03%

 GREEN value IS 14 (5.86% from 255) = 8.09%

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

R = 78.03%
G = 8.09%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#870E18 (or 0x870E18) is known color: Carmine. HEX triplet: 87, 0E and 18. RGB value is (135,14,24). Sum of RGB (Red+Green+Blue) = 135+14+24=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #870E18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870E18 is #78F1E7. Grayscale: #333333. Windows color (decimal): -7926248 or 1576583. OLE color: 1576583.

HSL color Cylindrical-coordinate representation of color #870E18: hue angle of 355.04º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E18 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 14 24 -
CMYK 0 0.90 0.82 0.47
HSL 355.04º 0.81% 0.29% -
HSV(B) 355.04º 0.9% 0.53% -
XYZ 10.31 5.53 1.39 -
YUV 51.32 112.59 187.69 -
System Red Green Blue C M Y K H S L
Decimal 135 14 24 0 0.90 0.82 0.47 355.04 0.81 0.29
Hex 87 E 18 0 5A 52 2F 163 51 1D
Octal 207 16 30 0 132 122 57 543 121 35
Binary 10000111 1110 11000 0 1011010 1010010 101111 101100011 1010001 11101

Color Harmonies of #870E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E18

Black with #870E18

Text Example


Text Example

White with #870E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870E18; }

 p { color: rgb(135,14,24); }

 H1.HeaderClassName
 {
   color: #870E18;
 }
 .AnyTagClassName
 {
   color: #870E18;
 }
</style>

background-color css

<style>
 a { background-color: #870E18; }

 a { background-color: rgb(135,14,24); }

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

border-color css

<style>
 span { border-color: #870E18; }

 span { border-color: rgb(135,14,24); }

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