Html Css Color HEX #A92024 Guardsman Red

📋 copy color: '#A92024'

red 169 ◦ green 32 ◦ blue 36

#A92024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #A92024

Tints of Guardsman Red #A92024

RGB

 RED value IS 169 (66.41% from 255) = 71.31%

 GREEN value IS 32 (12.89% from 255) = 13.5%

 BLUE value IS 36 (14.45% from 255) = 15.19%

R = 71.31%
G = 13.5%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A92024 (or 0xA92024) is known color: Guardsman Red. HEX triplet: A9, 20 and 24. RGB value is (169,32,36). Sum of RGB (Red+Green+Blue) = 169+32+36=237 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.31% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 169 - color contains mainly: red. Hex color #A92024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92024 is #56DFDB. Grayscale: #494949. Windows color (decimal): -5693404 or 2367657. OLE color: 2367657.

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

Color convert

RGB 169 32 36 -
CMYK 0 0.81 0.79 0.34
HSL 358.25º 0.68% 0.39% -
HSV(B) 358.25º 0.81% 0.66% -
XYZ 17.2 9.6 2.61 -
YUV 73.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 169 32 36 0 0.81 0.79 0.34 358.25 0.68 0.39
Hex A9 20 24 0 51 4F 22 166 44 27
Octal 251 40 44 0 121 117 42 546 104 47
Binary 10101001 100000 100100 0 1010001 1001111 100010 101100110 1000100 100111

Color Harmonies of #A92024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92024

Black with #A92024

Text Example


Text Example

White with #A92024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92024; }

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

 H1.HeaderClassName
 {
   color: #A92024;
 }
 .AnyTagClassName
 {
   color: #A92024;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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