Html Css Color HEX #880415 Carmine

📋 copy color: '#880415'

red 136 ◦ green 4 ◦ blue 21

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

Shades of Carmine #880415

Tints of Carmine #880415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.04%

R = 84.47%
G = 2.48%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#880415 (or 0x880415) is known color: Carmine. HEX triplet: 88, 04 and 15. RGB value is (136,4,21). Sum of RGB (Red+Green+Blue) = 136+4+21=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #880415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880415 is #77FBEA. Grayscale: #2D2D2D. Windows color (decimal): -7863275 or 1377416. OLE color: 1377416.

HSL color Cylindrical-coordinate representation of color #880415: hue angle of 352.27º 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 #880415 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 4 21 -
CMYK 0 0.97 0.85 0.47
HSL 352.27º 0.94% 0.27% -
HSV(B) 352.27º 0.97% 0.53% -
XYZ 10.33 5.38 1.2 -
YUV 45.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 136 4 21 0 0.97 0.85 0.47 352.27 0.94 0.27
Hex 88 4 15 0 61 55 2F 160 5E 1B
Octal 210 4 25 0 141 125 57 540 136 33
Binary 10001000 100 10101 0 1100001 1010101 101111 101100000 1011110 11011

Color Harmonies of #880415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880415

Black with #880415

Text Example


Text Example

White with #880415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880415; }

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

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

background-color css

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

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

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

border-color css

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

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

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