#92051F

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

Shades of Carmine #92051F

Tints of Carmine #92051F

Color information

#92051F (or 0x92051F) is unknown color: approx Carmine. HEX triplet: 92, 05 and 1F. RGB value is (146,5,31). Sum of RGB (Red+Green+Blue) = 146+5+31=182 (24% of max value = 765). Red value is 146 (57.42% from 255 or 80.22% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 146 - color contains mainly: red. Hex color #92051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92051F is #6DFAE0. Grayscale: #323232. Windows color (decimal): -7207649 or 2033042. OLE color: 2033042.

HSL color Cylindrical-coordinate representation of color #92051F: hue angle of 348.94º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #92051F is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB146531-
CMYK00.970.790.43
HSL348.94º93.38%29.61%-
HSV(B)348.94º96.58%57.25%-
XYZ12.166.321.88-
YUV50.12117.21196.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 80.22%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 31 (12.5% from 255) = 17.03%
R=80.22%
G=2.75%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14653100.970.790.43348.9493.3829.61
Hex9251F0614F2B15d5d1e
Octal22253701411175353513536
Binary1001001010111111011000011001111101011101011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92051F; }

 p { color: rgb(146,5,31); }

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

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

 a { background-color: rgb(146,5,31); }

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

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

 span { border-color: rgb(146,5,31); }

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