Html Css Color HEX #8C0017 Carmine

📋 copy color: '#8C0017'

red 140 ◦ green 0 ◦ blue 23

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

Shades of Carmine #8C0017

Tints of Carmine #8C0017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.89%
G = 0%
B = 14.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C0017 (or 0x8C0017) is known color: Carmine. HEX triplet: 8C, 00 and 17. RGB value is (140,0,23). Sum of RGB (Red+Green+Blue) = 140+0+23=163 (21% of max value = 765). Red value is 140 (55.08% from 255 or 85.89% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0017 is #73FFE8. Grayscale: #2C2C2C. Windows color (decimal): -7602153 or 1507468. OLE color: 1507468.

HSL color Cylindrical-coordinate representation of color #8C0017: hue angle of 350.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0017 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 0 23 -
CMYK 0 1 0.84 0.45
HSL 350.14º 1% 0.27% -
HSV(B) 350.14º 1% 0.55% -
XYZ 10.97 5.64 1.32 -
YUV 44.48 115.88 196.13 -
System Red Green Blue C M Y K H S L
Decimal 140 0 23 0 1 0.84 0.45 350.14 1 0.27
Hex 8C 0 17 0 64 54 2D 15E 64 1B
Octal 214 0 27 0 144 124 55 536 144 33
Binary 10001100 0 10111 0 1100100 1010100 101101 101011110 1100100 11011

Color Harmonies of #8C0017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0017

Black with #8C0017

Text Example


Text Example

White with #8C0017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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