#A90535

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

Shades of Carmine #A90535

Tints of Carmine #A90535

Color information

#A90535 (or 0xA90535) is unknown color: approx Carmine. HEX triplet: A9, 05 and 35. RGB value is (169,5,53). Sum of RGB (Red+Green+Blue) = 169+5+53=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A90535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90535 is #56FACA. Grayscale: #3B3B3B. Windows color (decimal): -5700299 or 3474857. OLE color: 3474857.

HSL color Cylindrical-coordinate representation of color #A90535: hue angle of 342.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A90535 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB169553-
CMYK00.970.690.34
HSL342.44º94.25%34.12%-
HSV(B)342.44º97.04%66.27%-
XYZ17.068.84.17-
YUV59.51124.33206.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 74.45%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=74.45%
G=2.20%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16955300.970.690.34342.4494.2534.12
HexA953506145221565e22
Octal25156501411054252613642
Binary101010011011101010110000110001011000101010101101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90535; }

 p { color: rgb(169,5,53); }

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

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

 a { background-color: rgb(169,5,53); }

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

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

 span { border-color: rgb(169,5,53); }

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