Html Css Color HEX #8C0F19 Carmine

📋 copy color: '#8C0F19'

red 140 ◦ green 15 ◦ blue 25

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

Shades of Carmine #8C0F19

Tints of Carmine #8C0F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.33%

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

R = 77.78%
G = 8.33%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C0F19 (or 0x8C0F19) is known color: Carmine. HEX triplet: 8C, 0F and 19. RGB value is (140,15,25). Sum of RGB (Red+Green+Blue) = 140+15+25=180 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.78% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0F19 is #73F0E6. Grayscale: #353535. Windows color (decimal): -7598311 or 1642380. OLE color: 1642380.

HSL color Cylindrical-coordinate representation of color #8C0F19: hue angle of 355.2º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C0F19 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 15 25 -
CMYK 0 0.89 0.82 0.45
HSL 355.2º 0.81% 0.3% -
HSV(B) 355.2º 0.89% 0.55% -
XYZ 11.16 5.99 1.49 -
YUV 53.52 111.91 189.69 -
System Red Green Blue C M Y K H S L
Decimal 140 15 25 0 0.89 0.82 0.45 355.2 0.81 0.3
Hex 8C F 19 0 59 52 2D 163 51 1E
Octal 214 17 31 0 131 122 55 543 121 36
Binary 10001100 1111 11001 0 1011001 1010010 101101 101100011 1010001 11110

Color Harmonies of #8C0F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0F19

Black with #8C0F19

Text Example


Text Example

White with #8C0F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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