Html Css Color HEX #8C0617 Carmine

📋 copy color: '#8C0617'

red 140 ◦ green 6 ◦ blue 23

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

Shades of Carmine #8C0617

Tints of Carmine #8C0617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.55%

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

R = 82.84%
G = 3.55%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C0617 (or 0x8C0617) is known color: Carmine. HEX triplet: 8C, 06 and 17. RGB value is (140,6,23). Sum of RGB (Red+Green+Blue) = 140+6+23=169 (22% of max value = 765). Red value is 140 (55.08% from 255 or 82.84% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0617 is #73F9E8. Grayscale: #303030. Windows color (decimal): -7600617 or 1509004. OLE color: 1509004.

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

Color convert

RGB 140 6 23 -
CMYK 0 0.96 0.84 0.45
HSL 352.39º 0.92% 0.29% -
HSV(B) 352.39º 0.96% 0.55% -
XYZ 11.04 5.77 1.34 -
YUV 48 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 140 6 23 0 0.96 0.84 0.45 352.39 0.92 0.29
Hex 8C 6 17 0 60 54 2D 160 5C 1D
Octal 214 6 27 0 140 124 55 540 134 35
Binary 10001100 110 10111 0 1100000 1010100 101101 101100000 1011100 11101

Color Harmonies of #8C0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0617

Black with #8C0617

Text Example


Text Example

White with #8C0617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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