Html Css Color HEX #8C0213 Carmine

📋 copy color: '#8C0213'

red 140 ◦ green 2 ◦ blue 19

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

Shades of Carmine #8C0213

Tints of Carmine #8C0213

RGB

 RED value IS 140 (55.08% from 255) = 86.96%

 GREEN value IS 2 (1.17% from 255) = 1.24%

 BLUE value IS 19 (7.81% from 255) = 11.8%

R = 86.96%
G = 1.24%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C0213 (or 0x8C0213) is known color: Carmine. HEX triplet: 8C, 02 and 13. RGB value is (140,2,19). Sum of RGB (Red+Green+Blue) = 140+2+19=161 (21% of max value = 765). Red value is 140 (55.08% from 255 or 86.96% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0213 is #73FDEC. Grayscale: #2D2D2D. Windows color (decimal): -7601645 or 1245836. OLE color: 1245836.

HSL color Cylindrical-coordinate representation of color #8C0213: hue angle of 352.61º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0213 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 2 19 -
CMYK 0 0.99 0.86 0.45
HSL 352.61º 0.97% 0.28% -
HSV(B) 352.61º 0.99% 0.55% -
XYZ 10.95 5.67 1.13 -
YUV 45.2 113.22 195.62 -
System Red Green Blue C M Y K H S L
Decimal 140 2 19 0 0.99 0.86 0.45 352.61 0.97 0.28
Hex 8C 2 13 0 63 56 2D 161 61 1C
Octal 214 2 23 0 143 126 55 541 141 34
Binary 10001100 10 10011 0 1100011 1010110 101101 101100001 1100001 11100

Color Harmonies of #8C0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0213

Black with #8C0213

Text Example


Text Example

White with #8C0213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C0213; }

 p { color: rgb(140,2,19); }

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

background-color css

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

 a { background-color: rgb(140,2,19); }

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

border-color css

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

 span { border-color: rgb(140,2,19); }

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