#910C23

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

Shades of Carmine #910C23

Tints of Carmine #910C23

Color information

#910C23 (or 0x910C23) is unknown color: approx Carmine. HEX triplet: 91, 0C and 23. RGB value is (145,12,35). Sum of RGB (Red+Green+Blue) = 145+12+35=192 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.52% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 145 - color contains mainly: red. Hex color #910C23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910C23 is #6EF3DC. Grayscale: #363636. Windows color (decimal): -7271389 or 2296977. OLE color: 2296977.

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

Color convert

RGB1451235-
CMYK00.920.760.43
HSL349.62º84.71%30.78%-
HSV(B)349.62º91.72%56.86%-
XYZ12.116.42.19-
YUV54.39117.06192.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 75.52%
GREEN value IS 12 (5.08% from 255) = 6.25%
BLUE value IS 35 (14.06% from 255) = 18.23%
R=75.52%
G=6.25%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145123500.920.760.43349.6284.7130.78
Hex91C2305C4C2B15e551f
Octal221144301341145353612537
Binary100100011100100011010111001001100101011101011110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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