#A92429

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

Shades of Guardsman Red #A92429

Tints of Guardsman Red #A92429

Color information

#A92429 (or 0xA92429) is unknown color: approx Guardsman Red. HEX triplet: A9, 24 and 29. RGB value is (169,36,41). Sum of RGB (Red+Green+Blue) = 169+36+41=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A92429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92429 is #56DBD6. Grayscale: #4C4C4C. Windows color (decimal): -5692375 or 2696361. OLE color: 2696361.

HSL color Cylindrical-coordinate representation of color #A92429: hue angle of 357.74º degrees, saturation: 0.65, 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 #A92429 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB1693641-
CMYK00.790.760.34
HSL357.74º64.88%40.2%-
HSV(B)357.74º78.7%66.27%-
XYZ17.399.863.08-
YUV76.34108.06194.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 68.70%
GREEN value IS 36 (14.45% from 255) = 14.63%
BLUE value IS 41 (16.41% from 255) = 16.67%
R=68.70%
G=14.63%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169364100.790.760.34357.7464.8840.2
HexA9242904F4C221664128
Octal251445101171144254610150
Binary101010011001001010010100111110011001000101011001101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92429; }

 p { color: rgb(169,36,41); }

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

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

 a { background-color: rgb(169,36,41); }

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

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

 span { border-color: rgb(169,36,41); }

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