#A92A38

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

Shades of Guardsman Red #A92A38

Tints of Guardsman Red #A92A38

Color information

#A92A38 (or 0xA92A38) is unknown color: approx Guardsman Red. HEX triplet: A9, 2A and 38. RGB value is (169,42,56). Sum of RGB (Red+Green+Blue) = 169+42+56=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92A38 is #56D5C7. Grayscale: #515151. Windows color (decimal): -5690824 or 3680937. OLE color: 3680937.

HSL color Cylindrical-coordinate representation of color #A92A38: hue angle of 353.39º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92A38 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB1694256-
CMYK00.750.670.34
HSL353.39º60.19%41.37%-
HSV(B)353.39º75.15%66.27%-
XYZ17.910.384.8-
YUV81.57113.58190.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 63.30%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 56 (22.27% from 255) = 20.97%
R=63.30%
G=15.73%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169425600.750.670.34353.3960.1941.37
HexA92A3804B43221613c29
Octal25152700113103425417451
Binary10101001101010111000010010111000011100010101100001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92A38; }

 p { color: rgb(169,42,56); }

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

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

 a { background-color: rgb(169,42,56); }

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

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

 span { border-color: rgb(169,42,56); }

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