#92051E

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

Shades of Carmine #92051E

Tints of Carmine #92051E

Color information

#92051E (or 0x92051E) is unknown color: approx Carmine. HEX triplet: 92, 05 and 1E. RGB value is (146,5,30). Sum of RGB (Red+Green+Blue) = 146+5+30=181 (23% of max value = 765). Red value is 146 (57.42% from 255 or 80.66% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 146 - color contains mainly: red. Hex color #92051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92051E is #6DFAE1. Grayscale: #323232. Windows color (decimal): -7207650 or 1967506. OLE color: 1967506.

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

Color convert

RGB146530-
CMYK00.970.790.43
HSL349.36º93.38%29.61%-
HSV(B)349.36º96.58%57.25%-
XYZ12.146.311.81-
YUV50.01116.71196.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 80.66%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=80.66%
G=2.76%
B=16.57%

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
Decimal14653000.970.790.43349.3693.3829.61
Hex9251E0614F2B15d5d1e
Octal22253601411175353513536
Binary1001001010111110011000011001111101011101011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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