Html Css Color HEX #880317 Carmine

📋 copy color: '#880317'

red 136 ◦ green 3 ◦ blue 23

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

Shades of Carmine #880317

Tints of Carmine #880317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.85%

 BLUE value IS 23 (9.38% from 255) = 14.2%

R = 83.95%
G = 1.85%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#880317 (or 0x880317) is known color: Carmine. HEX triplet: 88, 03 and 17. RGB value is (136,3,23). Sum of RGB (Red+Green+Blue) = 136+3+23=162 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.95% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 136 - color contains mainly: red. Hex color #880317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880317 is #77FCE8. Grayscale: #2D2D2D. Windows color (decimal): -7863529 or 1508232. OLE color: 1508232.

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

Color convert

RGB 136 3 23 -
CMYK 0 0.98 0.83 0.47
HSL 350.98º 0.96% 0.27% -
HSV(B) 350.98º 0.98% 0.53% -
XYZ 10.34 5.36 1.3 -
YUV 45.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 136 3 23 0 0.98 0.83 0.47 350.98 0.96 0.27
Hex 88 3 17 0 62 53 2F 15F 60 1B
Octal 210 3 27 0 142 123 57 537 140 33
Binary 10001000 11 10111 0 1100010 1010011 101111 101011111 1100000 11011

Color Harmonies of #880317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880317

Black with #880317

Text Example


Text Example

White with #880317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880317; }

 p { color: rgb(136,3,23); }

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

background-color css

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

 a { background-color: rgb(136,3,23); }

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

border-color css

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

 span { border-color: rgb(136,3,23); }

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