Html Css Color HEX #8C021B Carmine

📋 copy color: '#8C021B'

red 140 ◦ green 2 ◦ blue 27

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

Shades of Carmine #8C021B

Tints of Carmine #8C021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.98%

R = 82.84%
G = 1.18%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C021B (or 0x8C021B) is known color: Carmine. HEX triplet: 8C, 02 and 1B. RGB value is (140,2,27). Sum of RGB (Red+Green+Blue) = 140+2+27=169 (22% of max value = 765). Red value is 140 (55.08% from 255 or 82.84% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 140 - color contains mainly: red. Hex color #8C021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C021B is #73FDE4. Grayscale: #2E2E2E. Windows color (decimal): -7601637 or 1770124. OLE color: 1770124.

HSL color Cylindrical-coordinate representation of color #8C021B: hue angle of 349.13º 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 #8C021B is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 2 27 -
CMYK 0 0.99 0.81 0.45
HSL 349.13º 0.97% 0.28% -
HSV(B) 349.13º 0.99% 0.55% -
XYZ 11.03 5.7 1.56 -
YUV 46.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 140 2 27 0 0.99 0.81 0.45 349.13 0.97 0.28
Hex 8C 2 1B 0 63 51 2D 15D 61 1C
Octal 214 2 33 0 143 121 55 535 141 34
Binary 10001100 10 11011 0 1100011 1010001 101101 101011101 1100001 11100

Color Harmonies of #8C021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C021B

Black with #8C021B

Text Example


Text Example

White with #8C021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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