Html Css Color HEX #8C0A1C Carmine

📋 copy color: '#8C0A1C'

red 140 ◦ green 10 ◦ blue 28

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

Shades of Carmine #8C0A1C

Tints of Carmine #8C0A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 78.65%
G = 5.62%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8C0A1C (or 0x8C0A1C) is known color: Carmine. HEX triplet: 8C, 0A and 1C. RGB value is (140,10,28). Sum of RGB (Red+Green+Blue) = 140+10+28=178 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.65% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A1C is #73F5E3. Grayscale: #323232. Windows color (decimal): -7599588 or 1837708. OLE color: 1837708.

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

Color convert

RGB 140 10 28 -
CMYK 0 0.93 0.80 0.45
HSL 351.69º 0.87% 0.29% -
HSV(B) 351.69º 0.93% 0.55% -
XYZ 11.13 5.88 1.65 -
YUV 50.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 140 10 28 0 0.93 0.80 0.45 351.69 0.87 0.29
Hex 8C A 1C 0 5D 50 2D 160 57 1D
Octal 214 12 34 0 135 120 55 540 127 35
Binary 10001100 1010 11100 0 1011101 1010000 101101 101100000 1010111 11101

Color Harmonies of #8C0A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0A1C

Black with #8C0A1C

Text Example


Text Example

White with #8C0A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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