#92081E

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

Shades of Carmine #92081E

Tints of Carmine #92081E

Color information

#92081E (or 0x92081E) is unknown color: approx Carmine. HEX triplet: 92, 08 and 1E. RGB value is (146,8,30). Sum of RGB (Red+Green+Blue) = 146+8+30=184 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.35% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 146 - color contains mainly: red. Hex color #92081E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92081E is #6DF7E1. Grayscale: #333333. Windows color (decimal): -7206882 or 1968274. OLE color: 1968274.

HSL color Cylindrical-coordinate representation of color #92081E: hue angle of 350.43º 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 #92081E is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB146830-
CMYK00.950.790.43
HSL350.43º89.61%30.2%-
HSV(B)350.43º94.52%57.25%-
XYZ12.186.381.82-
YUV51.77115.72195.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 79.35%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=79.35%
G=4.35%
B=16.30%

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
Decimal14683000.950.790.43350.4389.6130.2
Hex9281E05F4F2B15e5a1e
Octal222103601371175353613236
Binary10010010100011110010111111001111101011101011110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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