Html Css Color HEX #8D051C Carmine

📋 copy color: '#8D051C'

red 141 ◦ green 5 ◦ blue 28

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

Shades of Carmine #8D051C

Tints of Carmine #8D051C

RGB

 RED value IS 141 (55.47% from 255) = 81.03%

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

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

R = 81.03%
G = 2.87%
B = 16.09%

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

#8D051C (or 0x8D051C) is known color: Carmine. HEX triplet: 8D, 05 and 1C. RGB value is (141,5,28). Sum of RGB (Red+Green+Blue) = 141+5+28=174 (23% of max value = 765). Red value is 141 (55.47% from 255 or 81.03% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 141 - color contains mainly: red. Hex color #8D051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D051C is #72FAE3. Grayscale: #303030. Windows color (decimal): -7535332 or 1836429. OLE color: 1836429.

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

Color convert

RGB 141 5 28 -
CMYK 0 0.96 0.80 0.45
HSL 349.85º 0.93% 0.29% -
HSV(B) 349.85º 0.96% 0.55% -
XYZ 11.25 5.86 1.64 -
YUV 48.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 141 5 28 0 0.96 0.80 0.45 349.85 0.93 0.29
Hex 8D 5 1C 0 60 50 2D 15E 5D 1D
Octal 215 5 34 0 140 120 55 536 135 35
Binary 10001101 101 11100 0 1100000 1010000 101101 101011110 1011101 11101

Color Harmonies of #8D051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D051C

Black with #8D051C

Text Example


Text Example

White with #8D051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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