#A92428

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

Shades of Guardsman Red #A92428

Tints of Guardsman Red #A92428

Color information

#A92428 (or 0xA92428) is unknown color: approx Guardsman Red. HEX triplet: A9, 24 and 28. RGB value is (169,36,40). Sum of RGB (Red+Green+Blue) = 169+36+40=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A92428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92428 is #56DBD7. Grayscale: #4C4C4C. Windows color (decimal): -5692376 or 2630825. OLE color: 2630825.

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

Color convert

RGB1693640-
CMYK00.790.760.34
HSL358.2º64.88%40.2%-
HSV(B)358.2º78.7%66.27%-
XYZ17.389.852.99-
YUV76.22107.56194.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 68.98%
GREEN value IS 36 (14.45% from 255) = 14.69%
BLUE value IS 40 (16.02% from 255) = 16.33%
R=68.98%
G=14.69%
B=16.33%

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
Decimal169364000.790.760.34358.264.8840.2
HexA9242804F4C221664128
Octal251445001171144254610150
Binary101010011001001010000100111110011001000101011001101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92428; }

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

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

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

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

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

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

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

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