Html Css Color HEX #880718 Carmine

📋 copy color: '#880718'

red 136 ◦ green 7 ◦ blue 24

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

Shades of Carmine #880718

Tints of Carmine #880718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.19%

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

R = 81.44%
G = 4.19%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#880718 (or 0x880718) is known color: Carmine. HEX triplet: 88, 07 and 18. RGB value is (136,7,24). Sum of RGB (Red+Green+Blue) = 136+7+24=167 (22% of max value = 765). Red value is 136 (53.52% from 255 or 81.44% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 136 - color contains mainly: red. Hex color #880718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880718 is #77F8E7. Grayscale: #2F2F2F. Windows color (decimal): -7862504 or 1574792. OLE color: 1574792.

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

Color convert

RGB 136 7 24 -
CMYK 0 0.95 0.82 0.47
HSL 352.09º 0.9% 0.28% -
HSV(B) 352.09º 0.95% 0.53% -
XYZ 10.39 5.45 1.37 -
YUV 47.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 136 7 24 0 0.95 0.82 0.47 352.09 0.9 0.28
Hex 88 7 18 0 5F 52 2F 160 5A 1C
Octal 210 7 30 0 137 122 57 540 132 34
Binary 10001000 111 11000 0 1011111 1010010 101111 101100000 1011010 11100

Color Harmonies of #880718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880718

Black with #880718

Text Example


Text Example

White with #880718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880718; }

 p { color: rgb(136,7,24); }

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

background-color css

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

 a { background-color: rgb(136,7,24); }

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

border-color css

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

 span { border-color: rgb(136,7,24); }

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