Html Css Color HEX #880C17 Carmine

📋 copy color: '#880C17'

red 136 ◦ green 12 ◦ blue 23

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

Shades of Carmine #880C17

Tints of Carmine #880C17

RGB

 RED value IS 136 (53.52% from 255) = 79.53%

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

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

R = 79.53%
G = 7.02%
B = 13.45%

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

#880C17 (or 0x880C17) is known color: Carmine. HEX triplet: 88, 0C and 17. RGB value is (136,12,23). Sum of RGB (Red+Green+Blue) = 136+12+23=171 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.53% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 136 - color contains mainly: red. Hex color #880C17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880C17 is #77F3E8. Grayscale: #323232. Windows color (decimal): -7861225 or 1510536. OLE color: 1510536.

HSL color Cylindrical-coordinate representation of color #880C17: hue angle of 354.68º 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 #880C17 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 12 23 -
CMYK 0 0.91 0.83 0.47
HSL 354.68º 0.84% 0.29% -
HSV(B) 354.68º 0.91% 0.53% -
XYZ 10.44 5.56 1.33 -
YUV 50.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 136 12 23 0 0.91 0.83 0.47 354.68 0.84 0.29
Hex 88 C 17 0 5B 53 2F 163 54 1D
Octal 210 14 27 0 133 123 57 543 124 35
Binary 10001000 1100 10111 0 1011011 1010011 101111 101100011 1010100 11101

Color Harmonies of #880C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C17

Black with #880C17

Text Example


Text Example

White with #880C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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