Html Css Color HEX #8C0A1F Carmine

📋 copy color: '#8C0A1F'

red 140 ◦ green 10 ◦ blue 31

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

Shades of Carmine #8C0A1F

Tints of Carmine #8C0A1F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.52%

 BLUE value IS 31 (12.5% from 255) = 17.13%

R = 77.35%
G = 5.52%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8C0A1F (or 0x8C0A1F) is known color: Carmine. HEX triplet: 8C, 0A and 1F. RGB value is (140,10,31). Sum of RGB (Red+Green+Blue) = 140+10+31=181 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.35% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A1F is #73F5E0. Grayscale: #333333. Windows color (decimal): -7599585 or 2034316. OLE color: 2034316.

HSL color Cylindrical-coordinate representation of color #8C0A1F: hue angle of 350.31º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A1F is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 10 31 -
CMYK 0 0.93 0.78 0.45
HSL 350.31º 0.87% 0.29% -
HSV(B) 350.31º 0.93% 0.55% -
XYZ 11.17 5.89 1.84 -
YUV 51.26 116.57 191.29 -
System Red Green Blue C M Y K H S L
Decimal 140 10 31 0 0.93 0.78 0.45 350.31 0.87 0.29
Hex 8C A 1F 0 5D 4E 2D 15E 57 1D
Octal 214 12 37 0 135 116 55 536 127 35
Binary 10001100 1010 11111 0 1011101 1001110 101101 101011110 1010111 11101

Color Harmonies of #8C0A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0A1F

Black with #8C0A1F

Text Example


Text Example

White with #8C0A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,10,31); }

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

background-color css

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

 a { background-color: rgb(140,10,31); }

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

border-color css

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

 span { border-color: rgb(140,10,31); }

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