Html Css Color HEX #870C17 Carmine

📋 copy color: '#870C17'

red 135 ◦ green 12 ◦ blue 23

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

Shades of Carmine #870C17

Tints of Carmine #870C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.06%

 BLUE value IS 23 (9.38% from 255) = 13.53%

R = 79.41%
G = 7.06%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#870C17 (or 0x870C17) is known color: Carmine. HEX triplet: 87, 0C and 17. RGB value is (135,12,23). Sum of RGB (Red+Green+Blue) = 135+12+23=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #870C17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870C17 is #78F3E8. Grayscale: #323232. Windows color (decimal): -7926761 or 1510535. OLE color: 1510535.

HSL color Cylindrical-coordinate representation of color #870C17: hue angle of 354.63º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C17 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 12 23 -
CMYK 0 0.91 0.83 0.47
HSL 354.63º 0.84% 0.29% -
HSV(B) 354.63º 0.91% 0.53% -
XYZ 10.28 5.48 1.33 -
YUV 50.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 135 12 23 0 0.91 0.83 0.47 354.63 0.84 0.29
Hex 87 C 17 0 5B 53 2F 163 54 1D
Octal 207 14 27 0 133 123 57 543 124 35
Binary 10000111 1100 10111 0 1011011 1010011 101111 101100011 1010100 11101

Color Harmonies of #870C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C17

Black with #870C17

Text Example


Text Example

White with #870C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,12,23); }

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

background-color css

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

 a { background-color: rgb(135,12,23); }

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

border-color css

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

 span { border-color: rgb(135,12,23); }

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