#A92335

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

Shades of Guardsman Red #A92335

Tints of Guardsman Red #A92335

Color information

#A92335 (or 0xA92335) is unknown color: approx Guardsman Red. HEX triplet: A9, 23 and 35. RGB value is (169,35,53). Sum of RGB (Red+Green+Blue) = 169+35+53=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A92335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92335 is #56DCCA. Grayscale: #4D4D4D. Windows color (decimal): -5692619 or 3482537. OLE color: 3482537.

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

Color convert

RGB1693553-
CMYK00.790.690.34
HSL351.94º65.69%40%-
HSV(B)351.94º79.29%66.27%-
XYZ17.619.894.35-
YUV77.12114.39193.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 65.76%
GREEN value IS 35 (14.06% from 255) = 13.62%
BLUE value IS 53 (21.09% from 255) = 20.62%
R=65.76%
G=13.62%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169355300.790.690.34351.9465.6940
HexA9233504F45221604228
Octal251436501171054254010250
Binary101010011000111101010100111110001011000101011000001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92335; }

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

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

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

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

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

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

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

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