Html Css Color HEX #8C051D Carmine

📋 copy color: '#8C051D'

red 140 ◦ green 5 ◦ blue 29

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

Shades of Carmine #8C051D

Tints of Carmine #8C051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 80.46%
G = 2.87%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C051D (or 0x8C051D) is known color: Carmine. HEX triplet: 8C, 05 and 1D. RGB value is (140,5,29). Sum of RGB (Red+Green+Blue) = 140+5+29=174 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80.46% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 140 - color contains mainly: red. Hex color #8C051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C051D is #73FAE2. Grayscale: #303030. Windows color (decimal): -7600867 or 1901964. OLE color: 1901964.

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

Color convert

RGB 140 5 29 -
CMYK 0 0.96 0.79 0.45
HSL 349.33º 0.93% 0.28% -
HSV(B) 349.33º 0.96% 0.55% -
XYZ 11.09 5.77 1.69 -
YUV 48.1 117.23 193.55 -
System Red Green Blue C M Y K H S L
Decimal 140 5 29 0 0.96 0.79 0.45 349.33 0.93 0.28
Hex 8C 5 1D 0 60 4F 2D 15D 5D 1C
Octal 214 5 35 0 140 117 55 535 135 34
Binary 10001100 101 11101 0 1100000 1001111 101101 101011101 1011101 11100

Color Harmonies of #8C051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C051D

Black with #8C051D

Text Example


Text Example

White with #8C051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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