#920716

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

Shades of Carmine #920716

Tints of Carmine #920716

Color information

#920716 (or 0x920716) is unknown color: approx Carmine. HEX triplet: 92, 07 and 16. RGB value is (146,7,22). Sum of RGB (Red+Green+Blue) = 146+7+22=175 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.43% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 146 - color contains mainly: red. Hex color #920716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920716 is #6DF8E9. Grayscale: #323232. Windows color (decimal): -7207146 or 1443730. OLE color: 1443730.

HSL color Cylindrical-coordinate representation of color #920716: hue angle of 353.53º degrees, saturation: 0.91, 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 #920716 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB146722-
CMYK00.950.850.43
HSL353.53º90.85%30%-
HSV(B)353.53º95.21%57.25%-
XYZ12.076.321.34-
YUV50.27112.05196.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 83.43%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=83.43%
G=4%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14672200.950.850.43353.5390.8530
Hex9271605F552B1625b1e
Octal22272601371255354213336
Binary1001001011110110010111111010101101011101100010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920716; }

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

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

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

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

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

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

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

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