#A92427

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

Shades of Guardsman Red #A92427

Tints of Guardsman Red #A92427

Color information

#A92427 (or 0xA92427) is unknown color: approx Guardsman Red. HEX triplet: A9, 24 and 27. RGB value is (169,36,39). Sum of RGB (Red+Green+Blue) = 169+36+39=244 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.26% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 169 - color contains mainly: red. Hex color #A92427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92427 is #56DBD8. Grayscale: #4C4C4C. Windows color (decimal): -5692377 or 2565289. OLE color: 2565289.

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

Color convert

RGB1693639-
CMYK00.790.770.34
HSL358.65º64.88%40.2%-
HSV(B)358.65º78.7%66.27%-
XYZ17.369.842.9-
YUV76.11107.06194.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 69.26%
GREEN value IS 36 (14.45% from 255) = 14.75%
BLUE value IS 39 (15.62% from 255) = 15.98%
R=69.26%
G=14.75%
B=15.98%

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
Decimal169363900.790.770.34358.6564.8840.2
HexA9242704F4D221674128
Octal251444701171154254710150
Binary101010011001001001110100111110011011000101011001111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92427; }

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

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

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

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

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

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

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

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