Html Css Color HEX #880314 Carmine

📋 copy color: '#880314'

red 136 ◦ green 3 ◦ blue 20

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

Shades of Carmine #880314

Tints of Carmine #880314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.58%

R = 85.53%
G = 1.89%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#880314 (or 0x880314) is known color: Carmine. HEX triplet: 88, 03 and 14. RGB value is (136,3,20). Sum of RGB (Red+Green+Blue) = 136+3+20=159 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85.53% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 136 - color contains mainly: red. Hex color #880314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880314 is #77FCEB. Grayscale: #2C2C2C. Windows color (decimal): -7863532 or 1311624. OLE color: 1311624.

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

Color convert

RGB 136 3 20 -
CMYK 0 0.98 0.85 0.47
HSL 352.33º 0.96% 0.27% -
HSV(B) 352.33º 0.98% 0.53% -
XYZ 10.31 5.35 1.15 -
YUV 44.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 136 3 20 0 0.98 0.85 0.47 352.33 0.96 0.27
Hex 88 3 14 0 62 55 2F 160 60 1B
Octal 210 3 24 0 142 125 57 540 140 33
Binary 10001000 11 10100 0 1100010 1010101 101111 101100000 1100000 11011

Color Harmonies of #880314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880314

Black with #880314

Text Example


Text Example

White with #880314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880314; }

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

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

background-color css

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

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

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

border-color css

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

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

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