#A20925

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

Shades of Carmine #A20925

Tints of Carmine #A20925

Color information

#A20925 (or 0xA20925) is unknown color: approx Carmine. HEX triplet: A2, 09 and 25. RGB value is (162,9,37). Sum of RGB (Red+Green+Blue) = 162+9+37=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A20925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20925 is #5DF6DA. Grayscale: #393939. Windows color (decimal): -6158043 or 2427298. OLE color: 2427298.

HSL color Cylindrical-coordinate representation of color #A20925: hue angle of 349.02º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20925 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB162937-
CMYK00.940.770.36
HSL349.02º89.47%33.53%-
HSV(B)349.02º94.44%63.53%-
XYZ15.338.012.49-
YUV57.94116.19202.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.88%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 37 (14.84% from 255) = 17.79%
R=77.88%
G=4.33%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16293700.940.770.36349.0289.4733.53
HexA292505E4D2415d5922
Octal242114501361154453513142
Binary1010001010011001010101111010011011001001010111011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20925; }

 p { color: rgb(162,9,37); }

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

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

 a { background-color: rgb(162,9,37); }

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

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

 span { border-color: rgb(162,9,37); }

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