#a92d3b

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

Shades of Guardsman Red #A92D3B

Tints of Guardsman Red #A92D3B

Color information

#A92D3B (or 0xA92D3B) is unknown color: approx Guardsman Red. HEX triplet: A9, 2D and 3B. RGB value is (169,45,59). Sum of RGB (Red+Green+Blue) = 169+45+59=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92D3B is #56D2C4. Grayscale: #535353. Windows color (decimal): -5690053 or 3878313. OLE color: 3878313.

HSL color Cylindrical-coordinate representation of color #A92D3B: hue angle of 353.23º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92D3B is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB1694559-
CMYK00.730.650.34
HSL353.23º57.94%41.96%-
HSV(B)353.23º73.37%66.27%-
XYZ18.0910.635.24-
YUV83.67114.08188.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.90%
GREEN value IS 45 (17.97% from 255) = 16.48%
BLUE value IS 59 (23.44% from 255) = 21.61%
R=61.90%
G=16.48%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169455900.730.650.34353.2357.9441.96
HexA92D3B04941221613a2a
Octal25155730111101425417252
Binary10101001101101111011010010011000001100010101100001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a92d3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a92d3b; }

 p { color: rgb(169,45,59); }

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

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

 a { background-color: rgb(169,45,59); }

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

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

 span { border-color: rgb(169,45,59); }

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