#A92023

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

Shades of Guardsman Red #A92023

Tints of Guardsman Red #A92023

Color information

#A92023 (or 0xA92023) is unknown color: approx Guardsman Red. HEX triplet: A9, 20 and 23. RGB value is (169,32,35). Sum of RGB (Red+Green+Blue) = 169+32+35=236 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.61% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 169 - color contains mainly: red. Hex color #A92023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92023 is #56DFDC. Grayscale: #494949. Windows color (decimal): -5693405 or 2302121. OLE color: 2302121.

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

Color convert

RGB1693235-
CMYK00.810.790.34
HSL358.69º68.16%39.41%-
HSV(B)358.69º81.07%66.27%-
XYZ17.189.592.54-
YUV73.3106.39196.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 71.61%
GREEN value IS 32 (12.89% from 255) = 13.56%
BLUE value IS 35 (14.06% from 255) = 14.83%
R=71.61%
G=13.56%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169323500.810.790.34358.6968.1639.41
HexA920230514F221674427
Octal251404301211174254710447
Binary101010011000001000110101000110011111000101011001111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92023; }

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

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

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

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

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

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

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

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