#920316

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

Shades of Carmine #920316

Tints of Carmine #920316

Color information

#920316 (or 0x920316) is unknown color: approx Carmine. HEX triplet: 92, 03 and 16. RGB value is (146,3,22). Sum of RGB (Red+Green+Blue) = 146+3+22=171 (22% of max value = 765). Red value is 146 (57.42% from 255 or 85.38% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 146 - color contains mainly: red. Hex color #920316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920316 is #6DFCE9. Grayscale: #2F2F2F. Windows color (decimal): -7208170 or 1442706. OLE color: 1442706.

HSL color Cylindrical-coordinate representation of color #920316: hue angle of 352.03º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #920316 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB146322-
CMYK00.980.850.43
HSL352.03º95.97%29.22%-
HSV(B)352.03º97.95%57.25%-
XYZ12.036.231.33-
YUV47.92113.38197.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 85.38%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=85.38%
G=1.75%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14632200.980.850.43352.0395.9729.22
Hex92316062552B160601d
Octal22232601421255354014035
Binary100100101110110011000101010101101011101100000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920316; }

 p { color: rgb(146,3,22); }

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

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

 a { background-color: rgb(146,3,22); }

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

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

 span { border-color: rgb(146,3,22); }

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