#920718

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

Shades of Carmine #920718

Tints of Carmine #920718

Color information

#920718 (or 0x920718) is unknown color: approx Carmine. HEX triplet: 92, 07 and 18. RGB value is (146,7,24). Sum of RGB (Red+Green+Blue) = 146+7+24=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #920718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920718 is #6DF8E7. Grayscale: #323232. Windows color (decimal): -7207144 or 1574802. OLE color: 1574802.

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

Color convert

RGB146724-
CMYK00.950.840.43
HSL352.66º90.85%30%-
HSV(B)352.66º95.21%57.25%-
XYZ12.096.331.45-
YUV50.5113.05196.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 82.49%
GREEN value IS 7 (3.12% from 255) = 3.95%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=82.49%
G=3.95%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14672400.950.840.43352.6690.8530
Hex9271805F542B1615b1e
Octal22273001371245354113336
Binary1001001011111000010111111010100101011101100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920718; }

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

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

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

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

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

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

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

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