#a92b35

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

Shades of Guardsman Red #A92B35

Tints of Guardsman Red #A92B35

Color information

#A92B35 (or 0xA92B35) is unknown color: approx Guardsman Red. HEX triplet: A9, 2B and 35. RGB value is (169,43,53). Sum of RGB (Red+Green+Blue) = 169+43+53=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92B35 is #56D4CA. Grayscale: #515151. Windows color (decimal): -5690571 or 3484585. OLE color: 3484585.

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

Color convert

RGB1694353-
CMYK00.750.690.34
HSL355.24º59.43%41.57%-
HSV(B)355.24º74.56%66.27%-
XYZ17.8710.424.44-
YUV81.81111.74190.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 63.77%
GREEN value IS 43 (17.19% from 255) = 16.23%
BLUE value IS 53 (21.09% from 255) = 20%
R=63.77%
G=16.23%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169435300.750.690.34355.2459.4341.57
HexA92B3504B45221633b2a
Octal25153650113105425437352
Binary10101001101011110101010010111000101100010101100011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a92b35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a92b35; }

 p { color: rgb(169,43,53); }

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

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

 a { background-color: rgb(169,43,53); }

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

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

 span { border-color: rgb(169,43,53); }

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