Html Css Color HEX #880015 Carmine

📋 copy color: '#880015'

red 136 ◦ green 0 ◦ blue 21

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

Shades of Carmine #880015

Tints of Carmine #880015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.62%
G = 0%
B = 13.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#880015 (or 0x880015) is known color: Carmine. HEX triplet: 88, 00 and 15. RGB value is (136,0,21). Sum of RGB (Red+Green+Blue) = 136+0+21=157 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.62% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 136 - color contains mainly: red. Hex color #880015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880015 is #77FFEA. Grayscale: #2B2B2B. Windows color (decimal): -7864299 or 1376392. OLE color: 1376392.

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

Color convert

RGB 136 0 21 -
CMYK 0 1 0.85 0.47
HSL 350.74º 1% 0.27% -
HSV(B) 350.74º 1% 0.53% -
XYZ 10.29 5.29 1.19 -
YUV 43.06 115.56 194.29 -
System Red Green Blue C M Y K H S L
Decimal 136 0 21 0 1 0.85 0.47 350.74 1 0.27
Hex 88 0 15 0 64 55 2F 15F 64 1B
Octal 210 0 25 0 144 125 57 537 144 33
Binary 10001000 0 10101 0 1100100 1010101 101111 101011111 1100100 11011

Color Harmonies of #880015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880015

Black with #880015

Text Example


Text Example

White with #880015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880015; }

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

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

background-color css

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

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

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

border-color css

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

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

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