Html Css Color HEX #8C0618 Carmine

📋 copy color: '#8C0618'

red 140 ◦ green 6 ◦ blue 24

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

Shades of Carmine #8C0618

Tints of Carmine #8C0618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.12%

R = 82.35%
G = 3.53%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8C0618 (or 0x8C0618) is known color: Carmine. HEX triplet: 8C, 06 and 18. RGB value is (140,6,24). Sum of RGB (Red+Green+Blue) = 140+6+24=170 (22% of max value = 765). Red value is 140 (55.08% from 255 or 82.35% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0618 is #73F9E7. Grayscale: #303030. Windows color (decimal): -7600616 or 1574540. OLE color: 1574540.

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

Color convert

RGB 140 6 24 -
CMYK 0 0.96 0.83 0.45
HSL 351.94º 0.92% 0.29% -
HSV(B) 351.94º 0.96% 0.55% -
XYZ 11.05 5.77 1.4 -
YUV 48.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 140 6 24 0 0.96 0.83 0.45 351.94 0.92 0.29
Hex 8C 6 18 0 60 53 2D 160 5C 1D
Octal 214 6 30 0 140 123 55 540 134 35
Binary 10001100 110 11000 0 1100000 1010011 101101 101100000 1011100 11101

Color Harmonies of #8C0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0618

Black with #8C0618

Text Example


Text Example

White with #8C0618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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