#910013

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

Shades of Carmine #910013

Tints of Carmine #910013

Color information

#910013 (or 0x910013) is unknown color: approx Carmine. HEX triplet: 91, 00 and 13. RGB value is (145,0,19). Sum of RGB (Red+Green+Blue) = 145+0+19=164 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.41% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 145 - color contains mainly: red. Hex color #910013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910013 is #6EFFEC. Grayscale: #2D2D2D. Windows color (decimal): -7274477 or 1245329. OLE color: 1245329.

HSL color Cylindrical-coordinate representation of color #910013: hue angle of 352.14º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910013 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB145019-
CMYK010.870.43
HSL352.14º100%28.43%-
HSV(B)352.14º100%56.86%-
XYZ11.796.071.17-
YUV45.52113.04198.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 88.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 11.59%
R=88.41%
G=0%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145019010.870.43352.1410028.43
Hex91013064572B160641c
Octal22102301441275354014434
Binary10010001010011011001001010111101011101100000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910013; }

 p { color: rgb(145,0,19); }

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

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

 a { background-color: rgb(145,0,19); }

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

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

 span { border-color: rgb(145,0,19); }

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