Html Css Color HEX #8C021E Carmine

📋 copy color: '#8C021E'

red 140 ◦ green 2 ◦ blue 30

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

Shades of Carmine #8C021E

Tints of Carmine #8C021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.44%

R = 81.4%
G = 1.16%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C021E (or 0x8C021E) is known color: Carmine. HEX triplet: 8C, 02 and 1E. RGB value is (140,2,30). Sum of RGB (Red+Green+Blue) = 140+2+30=172 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.40% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 140 - color contains mainly: red. Hex color #8C021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C021E is #73FDE1. Grayscale: #2E2E2E. Windows color (decimal): -7601634 or 1966732. OLE color: 1966732.

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

Color convert

RGB 140 2 30 -
CMYK 0 0.99 0.79 0.45
HSL 347.83º 0.97% 0.28% -
HSV(B) 347.83º 0.99% 0.55% -
XYZ 11.07 5.71 1.75 -
YUV 46.45 118.72 194.72 -
System Red Green Blue C M Y K H S L
Decimal 140 2 30 0 0.99 0.79 0.45 347.83 0.97 0.28
Hex 8C 2 1E 0 63 4F 2D 15C 61 1C
Octal 214 2 36 0 143 117 55 534 141 34
Binary 10001100 10 11110 0 1100011 1001111 101101 101011100 1100001 11100

Color Harmonies of #8C021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C021E

Black with #8C021E

Text Example


Text Example

White with #8C021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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