#92051A

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

Shades of Carmine #92051A

Tints of Carmine #92051A

Color information

#92051A (or 0x92051A) is unknown color: approx Carmine. HEX triplet: 92, 05 and 1A. RGB value is (146,5,26). Sum of RGB (Red+Green+Blue) = 146+5+26=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #92051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92051A is #6DFAE5. Grayscale: #313131. Windows color (decimal): -7207654 or 1705362. OLE color: 1705362.

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

Color convert

RGB146526-
CMYK00.970.820.43
HSL351.06º93.38%29.61%-
HSV(B)351.06º96.58%57.25%-
XYZ12.096.291.55-
YUV49.55114.71196.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 82.49%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=82.49%
G=2.82%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14652600.970.820.43351.0693.3829.61
Hex9251A061522B15f5d1e
Octal22253201411225353713536
Binary1001001010111010011000011010010101011101011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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