Html Css Color HEX #8C0417 Carmine

📋 copy color: '#8C0417'

red 140 ◦ green 4 ◦ blue 23

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

Shades of Carmine #8C0417

Tints of Carmine #8C0417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.77%

R = 83.83%
G = 2.4%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C0417 (or 0x8C0417) is known color: Carmine. HEX triplet: 8C, 04 and 17. RGB value is (140,4,23). Sum of RGB (Red+Green+Blue) = 140+4+23=167 (22% of max value = 765). Red value is 140 (55.08% from 255 or 83.83% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0417 is #73FBE8. Grayscale: #2E2E2E. Windows color (decimal): -7601129 or 1508492. OLE color: 1508492.

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

Color convert

RGB 140 4 23 -
CMYK 0 0.97 0.84 0.45
HSL 351.62º 0.94% 0.28% -
HSV(B) 351.62º 0.97% 0.55% -
XYZ 11.01 5.72 1.34 -
YUV 46.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 140 4 23 0 0.97 0.84 0.45 351.62 0.94 0.28
Hex 8C 4 17 0 61 54 2D 160 5E 1C
Octal 214 4 27 0 141 124 55 540 136 34
Binary 10001100 100 10111 0 1100001 1010100 101101 101100000 1011110 11100

Color Harmonies of #8C0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0417

Black with #8C0417

Text Example


Text Example

White with #8C0417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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