#920525

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

Shades of Carmine #920525

Tints of Carmine #920525

Color information

#920525 (or 0x920525) is unknown color: approx Carmine. HEX triplet: 92, 05 and 25. RGB value is (146,5,37). Sum of RGB (Red+Green+Blue) = 146+5+37=188 (24% of max value = 765). Red value is 146 (57.42% from 255 or 77.66% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 146 - color contains mainly: red. Hex color #920525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920525 is #6DFADA. Grayscale: #323232. Windows color (decimal): -7207643 or 2426258. OLE color: 2426258.

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

Color convert

RGB146537-
CMYK00.970.750.43
HSL346.38º93.38%29.61%-
HSV(B)346.38º96.58%57.25%-
XYZ12.246.352.33-
YUV50.81120.21195.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 77.66%
GREEN value IS 5 (2.34% from 255) = 2.66%
BLUE value IS 37 (14.84% from 255) = 19.68%
R=77.66%
G=2.66%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14653700.970.750.43346.3893.3829.61
Hex925250614B2B15a5d1e
Octal22254501411135353213536
Binary10010010101100101011000011001011101011101011010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920525; }

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

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

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

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

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

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

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

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