Html Css Color HEX #8C0F1C Carmine

📋 copy color: '#8C0F1C'

red 140 ◦ green 15 ◦ blue 28

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

Shades of Carmine #8C0F1C

Tints of Carmine #8C0F1C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.2%

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

R = 76.5%
G = 8.2%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8C0F1C (or 0x8C0F1C) is known color: Carmine. HEX triplet: 8C, 0F and 1C. RGB value is (140,15,28). Sum of RGB (Red+Green+Blue) = 140+15+28=183 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.50% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0F1C is #73F0E3. Grayscale: #353535. Windows color (decimal): -7598308 or 1838988. OLE color: 1838988.

HSL color Cylindrical-coordinate representation of color #8C0F1C: hue angle of 353.76º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C0F1C is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 15 28 -
CMYK 0 0.89 0.80 0.45
HSL 353.76º 0.81% 0.3% -
HSV(B) 353.76º 0.89% 0.55% -
XYZ 11.2 6 1.67 -
YUV 53.86 113.41 189.44 -
System Red Green Blue C M Y K H S L
Decimal 140 15 28 0 0.89 0.80 0.45 353.76 0.81 0.3
Hex 8C F 1C 0 59 50 2D 162 51 1E
Octal 214 17 34 0 131 120 55 542 121 36
Binary 10001100 1111 11100 0 1011001 1010000 101101 101100010 1010001 11110

Color Harmonies of #8C0F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0F1C

Black with #8C0F1C

Text Example


Text Example

White with #8C0F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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