Html Css Color HEX #8C0319 Carmine

📋 copy color: '#8C0319'

red 140 ◦ green 3 ◦ blue 25

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

Shades of Carmine #8C0319

Tints of Carmine #8C0319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.88%

R = 83.33%
G = 1.79%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C0319 (or 0x8C0319) is known color: Carmine. HEX triplet: 8C, 03 and 19. RGB value is (140,3,25). Sum of RGB (Red+Green+Blue) = 140+3+25=168 (22% of max value = 765). Red value is 140 (55.08% from 255 or 83.33% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0319 is #73FCE6. Grayscale: #2E2E2E. Windows color (decimal): -7601383 or 1639308. OLE color: 1639308.

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

Color convert

RGB 140 3 25 -
CMYK 0 0.98 0.82 0.45
HSL 350.37º 0.96% 0.28% -
HSV(B) 350.37º 0.98% 0.55% -
XYZ 11.02 5.71 1.44 -
YUV 46.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 140 3 25 0 0.98 0.82 0.45 350.37 0.96 0.28
Hex 8C 3 19 0 62 52 2D 15E 60 1C
Octal 214 3 31 0 142 122 55 536 140 34
Binary 10001100 11 11001 0 1100010 1010010 101101 101011110 1100000 11100

Color Harmonies of #8C0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0319

Black with #8C0319

Text Example


Text Example

White with #8C0319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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