Html Css Color HEX #8C011C Carmine

📋 copy color: '#8C011C'

red 140 ◦ green 1 ◦ blue 28

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

Shades of Carmine #8C011C

Tints of Carmine #8C011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 82.84%
G = 0.59%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8C011C (or 0x8C011C) is known color: Carmine. HEX triplet: 8C, 01 and 1C. RGB value is (140,1,28). Sum of RGB (Red+Green+Blue) = 140+1+28=169 (22% of max value = 765). Red value is 140 (55.08% from 255 or 82.84% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 140 - color contains mainly: red. Hex color #8C011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C011C is #73FEE3. Grayscale: #2D2D2D. Windows color (decimal): -7601892 or 1835404. OLE color: 1835404.

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

Color convert

RGB 140 1 28 -
CMYK 0 0.99 0.80 0.45
HSL 348.35º 0.99% 0.28% -
HSV(B) 348.35º 0.99% 0.55% -
XYZ 11.04 5.68 1.61 -
YUV 45.64 118.05 195.3 -
System Red Green Blue C M Y K H S L
Decimal 140 1 28 0 0.99 0.80 0.45 348.35 0.99 0.28
Hex 8C 1 1C 0 63 50 2D 15C 63 1C
Octal 214 1 34 0 143 120 55 534 143 34
Binary 10001100 1 11100 0 1100011 1010000 101101 101011100 1100011 11100

Color Harmonies of #8C011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C011C

Black with #8C011C

Text Example


Text Example

White with #8C011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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