Html Css Color HEX #8C0318 Carmine

📋 copy color: '#8C0318'

red 140 ◦ green 3 ◦ blue 24

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

Shades of Carmine #8C0318

Tints of Carmine #8C0318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.8%

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

R = 83.83%
G = 1.8%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8C0318 (or 0x8C0318) is known color: Carmine. HEX triplet: 8C, 03 and 18. RGB value is (140,3,24). Sum of RGB (Red+Green+Blue) = 140+3+24=167 (22% of max value = 765). Red value is 140 (55.08% from 255 or 83.83% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0318 is #73FCE7. Grayscale: #2E2E2E. Windows color (decimal): -7601384 or 1573772. OLE color: 1573772.

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

Color convert

RGB 140 3 24 -
CMYK 0 0.98 0.83 0.45
HSL 350.8º 0.96% 0.28% -
HSV(B) 350.8º 0.98% 0.55% -
XYZ 11.01 5.71 1.39 -
YUV 46.36 115.39 194.79 -
System Red Green Blue C M Y K H S L
Decimal 140 3 24 0 0.98 0.83 0.45 350.8 0.96 0.28
Hex 8C 3 18 0 62 53 2D 15F 60 1C
Octal 214 3 30 0 142 123 55 537 140 34
Binary 10001100 11 11000 0 1100010 1010011 101101 101011111 1100000 11100

Color Harmonies of #8C0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0318

Black with #8C0318

Text Example


Text Example

White with #8C0318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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