Html Css Color HEX #880418 Carmine

📋 copy color: '#880418'

red 136 ◦ green 4 ◦ blue 24

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

Shades of Carmine #880418

Tints of Carmine #880418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.44%

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

R = 82.93%
G = 2.44%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#880418 (or 0x880418) is known color: Carmine. HEX triplet: 88, 04 and 18. RGB value is (136,4,24). Sum of RGB (Red+Green+Blue) = 136+4+24=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #880418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880418 is #77FBE7. Grayscale: #2D2D2D. Windows color (decimal): -7863272 or 1574024. OLE color: 1574024.

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

Color convert

RGB 136 4 24 -
CMYK 0 0.97 0.82 0.47
HSL 350.91º 0.94% 0.27% -
HSV(B) 350.91º 0.97% 0.53% -
XYZ 10.36 5.39 1.36 -
YUV 45.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 136 4 24 0 0.97 0.82 0.47 350.91 0.94 0.27
Hex 88 4 18 0 61 52 2F 15F 5E 1B
Octal 210 4 30 0 141 122 57 537 136 33
Binary 10001000 100 11000 0 1100001 1010010 101111 101011111 1011110 11011

Color Harmonies of #880418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880418

Black with #880418

Text Example


Text Example

White with #880418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880418; }

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

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

background-color css

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

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

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

border-color css

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

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

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