Html Css Color HEX #880515 Carmine

📋 copy color: '#880515'

red 136 ◦ green 5 ◦ blue 21

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

Shades of Carmine #880515

Tints of Carmine #880515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

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

R = 83.95%
G = 3.09%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#880515 (or 0x880515) is known color: Carmine. HEX triplet: 88, 05 and 15. RGB value is (136,5,21). Sum of RGB (Red+Green+Blue) = 136+5+21=162 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.95% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 136 - color contains mainly: red. Hex color #880515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880515 is #77FAEA. Grayscale: #2E2E2E. Windows color (decimal): -7863019 or 1377672. OLE color: 1377672.

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

Color convert

RGB 136 5 21 -
CMYK 0 0.96 0.85 0.47
HSL 352.67º 0.93% 0.28% -
HSV(B) 352.67º 0.96% 0.53% -
XYZ 10.34 5.4 1.21 -
YUV 45.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 136 5 21 0 0.96 0.85 0.47 352.67 0.93 0.28
Hex 88 5 15 0 60 55 2F 161 5D 1C
Octal 210 5 25 0 140 125 57 541 135 34
Binary 10001000 101 10101 0 1100000 1010101 101111 101100001 1011101 11100

Color Harmonies of #880515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880515

Black with #880515

Text Example


Text Example

White with #880515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880515; }

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

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

background-color css

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

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

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

border-color css

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

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

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