#A92235

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

Shades of Bright Red #A92235

Tints of Bright Red #A92235

Color information

#A92235 (or 0xA92235) is unknown color: approx Bright Red. HEX triplet: A9, 22 and 35. RGB value is (169,34,53). Sum of RGB (Red+Green+Blue) = 169+34+53=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A92235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92235 is #56DDCA. Grayscale: #4C4C4C. Windows color (decimal): -5692875 or 3482281. OLE color: 3482281.

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

Color convert

RGB1693453-
CMYK00.800.690.34
HSL351.56º66.5%39.8%-
HSV(B)351.56º79.88%66.27%-
XYZ17.589.844.34-
YUV76.53114.73193.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 66.02%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=66.02%
G=13.28%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169345300.800.690.34351.5666.539.8
HexA9223505045221604328
Octal251426501201054254010350
Binary101010011000101101010101000010001011000101011000001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92235; }

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

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

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

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

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

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

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

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