#910C1E

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

Shades of Carmine #910C1E

Tints of Carmine #910C1E

Color information

#910C1E (or 0x910C1E) is unknown color: approx Carmine. HEX triplet: 91, 0C and 1E. RGB value is (145,12,30). Sum of RGB (Red+Green+Blue) = 145+12+30=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #910C1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910C1E is #6EF3E1. Grayscale: #353535. Windows color (decimal): -7271394 or 1969297. OLE color: 1969297.

HSL color Cylindrical-coordinate representation of color #910C1E: hue angle of 351.88º 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 #910C1E is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1451230-
CMYK00.920.790.43
HSL351.88º84.71%30.78%-
HSV(B)351.88º91.72%56.86%-
XYZ12.046.381.82-
YUV53.82114.56193.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 77.54%
GREEN value IS 12 (5.08% from 255) = 6.42%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=77.54%
G=6.42%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145123000.920.790.43351.8884.7130.78
Hex91C1E05C4F2B160551f
Octal221143601341175354012537
Binary10010001110011110010111001001111101011101100000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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