#910225

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

Shades of Carmine #910225

Tints of Carmine #910225

Color information

#910225 (or 0x910225) is unknown color: approx Carmine. HEX triplet: 91, 02 and 25. RGB value is (145,2,37). Sum of RGB (Red+Green+Blue) = 145+2+37=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #910225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910225 is #6EFDDA. Grayscale: #303030. Windows color (decimal): -7273947 or 2425489. OLE color: 2425489.

HSL color Cylindrical-coordinate representation of color #910225: hue angle of 345.31º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910225 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB145237-
CMYK00.990.740.43
HSL345.31º97.28%28.82%-
HSV(B)345.31º98.62%56.86%-
XYZ12.036.22.31-
YUV48.75121.38196.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 78.80%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 37 (14.84% from 255) = 20.11%
R=78.80%
G=1.09%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14523700.990.740.43345.3197.2828.82
Hex912250634A2B159611d
Octal22124501431125353114135
Binary1001000110100101011000111001010101011101011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910225; }

 p { color: rgb(145,2,37); }

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

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

 a { background-color: rgb(145,2,37); }

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

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

 span { border-color: rgb(145,2,37); }

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