#910C19

Color #910C19 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #910C19

Tints of Carmine #910C19

Color information

#910C19 (or 0x910C19) is unknown color: approx Carmine. HEX triplet: 91, 0C and 19. RGB value is (145,12,25). Sum of RGB (Red+Green+Blue) = 145+12+25=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #910C19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910C19 is #6EF3E6. Grayscale: #353535. Windows color (decimal): -7271399 or 1641617. OLE color: 1641617.

HSL color Cylindrical-coordinate representation of color #910C19: hue angle of 354.14º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910C19 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB1451225-
CMYK00.920.830.43
HSL354.14º84.71%30.78%-
HSV(B)354.14º91.72%56.86%-
XYZ11.986.351.51-
YUV53.25112.06193.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 79.67%
GREEN value IS 12 (5.08% from 255) = 6.59%
BLUE value IS 25 (10.16% from 255) = 13.74%
R=79.67%
G=6.59%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145122500.920.830.43354.1484.7130.78
Hex91C1905C532B162551f
Octal221143101341235354212537
Binary10010001110011001010111001010011101011101100010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910C19; }

 p { color: rgb(145,12,25); }

 H1.HeaderClassName
 {
   color: #910C19;
 }
 .AnyTagClassName
 {
   color: #910C19;
 }
</style>
background-color css

<style>
 a { background-color: #910C19; }

 a { background-color: rgb(145,12,25); }

 div.DivClassName
 {
   background-color: #910C19;
 }
 .BgClassName
 {
   background-color: #910C19;
 }
</style>
border-color css

<style>
 span { border-color: #910C19; }

 span { border-color: rgb(145,12,25); }

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