#A92327

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

Shades of Guardsman Red #A92327

Tints of Guardsman Red #A92327

Color information

#A92327 (or 0xA92327) is unknown color: approx Guardsman Red. HEX triplet: A9, 23 and 27. RGB value is (169,35,39). Sum of RGB (Red+Green+Blue) = 169+35+39=243 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.55% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 169 - color contains mainly: red. Hex color #A92327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92327 is #56DCD8. Grayscale: #4B4B4B. Windows color (decimal): -5692633 or 2565033. OLE color: 2565033.

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

Color convert

RGB1693539-
CMYK00.790.770.34
HSL358.21º65.69%40%-
HSV(B)358.21º79.29%66.27%-
XYZ17.339.782.89-
YUV75.52107.39194.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 69.55%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 39 (15.62% from 255) = 16.05%
R=69.55%
G=14.40%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169353900.790.770.34358.2165.6940
HexA9232704F4D221664228
Octal251434701171154254610250
Binary101010011000111001110100111110011011000101011001101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92327; }

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

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

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

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

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

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

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

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