Html Css Color HEX #8C051C Carmine

📋 copy color: '#8C051C'

red 140 ◦ green 5 ◦ blue 28

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

Shades of Carmine #8C051C

Tints of Carmine #8C051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.89%

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

R = 80.92%
G = 2.89%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8C051C (or 0x8C051C) is known color: Carmine. HEX triplet: 8C, 05 and 1C. RGB value is (140,5,28). Sum of RGB (Red+Green+Blue) = 140+5+28=173 (22% of max value = 765). Red value is 140 (55.08% from 255 or 80.92% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 140 - color contains mainly: red. Hex color #8C051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C051C is #73FAE3. Grayscale: #303030. Windows color (decimal): -7600868 or 1836428. OLE color: 1836428.

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

Color convert

RGB 140 5 28 -
CMYK 0 0.96 0.80 0.45
HSL 349.78º 0.93% 0.28% -
HSV(B) 349.78º 0.96% 0.55% -
XYZ 11.08 5.77 1.63 -
YUV 47.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 140 5 28 0 0.96 0.80 0.45 349.78 0.93 0.28
Hex 8C 5 1C 0 60 50 2D 15E 5D 1C
Octal 214 5 34 0 140 120 55 536 135 34
Binary 10001100 101 11100 0 1100000 1010000 101101 101011110 1011101 11100

Color Harmonies of #8C051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C051C

Black with #8C051C

Text Example


Text Example

White with #8C051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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