#92081F

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

Shades of Carmine #92081F

Tints of Carmine #92081F

Color information

#92081F (or 0x92081F) is unknown color: approx Carmine. HEX triplet: 92, 08 and 1F. RGB value is (146,8,31). Sum of RGB (Red+Green+Blue) = 146+8+31=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #92081F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92081F is #6DF7E0. Grayscale: #333333. Windows color (decimal): -7206881 or 2033810. OLE color: 2033810.

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

Color convert

RGB146831-
CMYK00.950.790.43
HSL350º89.61%30.2%-
HSV(B)350º94.52%57.25%-
XYZ12.196.381.89-
YUV51.88116.22195.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 78.92%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 31 (12.5% from 255) = 16.76%
R=78.92%
G=4.32%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14683100.950.790.4335089.6130.2
Hex9281F05F4F2B15e5a1e
Octal222103701371175353613236
Binary10010010100011111010111111001111101011101011110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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