Html Css Color HEX #8C041B Carmine

📋 copy color: '#8C041B'

red 140 ◦ green 4 ◦ blue 27

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

Shades of Carmine #8C041B

Tints of Carmine #8C041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.34%

 BLUE value IS 27 (10.94% from 255) = 15.79%

R = 81.87%
G = 2.34%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C041B (or 0x8C041B) is known color: Carmine. HEX triplet: 8C, 04 and 1B. RGB value is (140,4,27). Sum of RGB (Red+Green+Blue) = 140+4+27=171 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.87% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 140 - color contains mainly: red. Hex color #8C041B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C041B is #73FBE4. Grayscale: #2F2F2F. Windows color (decimal): -7601125 or 1770636. OLE color: 1770636.

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

Color convert

RGB 140 4 27 -
CMYK 0 0.97 0.81 0.45
HSL 349.85º 0.94% 0.28% -
HSV(B) 349.85º 0.97% 0.55% -
XYZ 11.06 5.74 1.56 -
YUV 47.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 140 4 27 0 0.97 0.81 0.45 349.85 0.94 0.28
Hex 8C 4 1B 0 61 51 2D 15E 5E 1C
Octal 214 4 33 0 141 121 55 536 136 34
Binary 10001100 100 11011 0 1100001 1010001 101101 101011110 1011110 11100

Color Harmonies of #8C041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C041B

Black with #8C041B

Text Example


Text Example

White with #8C041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,4,27); }

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

background-color css

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

 a { background-color: rgb(140,4,27); }

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

border-color css

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

 span { border-color: rgb(140,4,27); }

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