Html Css Color HEX #A92532 Guardsman Red

📋 copy color: '#A92532'

red 169 ◦ green 37 ◦ blue 50

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

Shades of Guardsman Red #A92532

Tints of Guardsman Red #A92532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

 BLUE value IS 50 (19.92% from 255) = 19.53%

R = 66.02%
G = 14.45%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A92532 (or 0xA92532) is known color: Guardsman Red. HEX triplet: A9, 25 and 32. RGB value is (169,37,50). Sum of RGB (Red+Green+Blue) = 169+37+50=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A92532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92532 is #56DACD. Grayscale: #4E4E4E. Windows color (decimal): -5692110 or 3286441. OLE color: 3286441.

HSL color Cylindrical-coordinate representation of color #A92532: hue angle of 354.09º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92532 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 37 50 -
CMYK 0 0.78 0.70 0.34
HSL 354.09º 0.64% 0.4% -
HSV(B) 354.09º 0.78% 0.66% -
XYZ 17.6 9.99 4.02 -
YUV 77.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 169 37 50 0 0.78 0.70 0.34 354.09 0.64 0.4
Hex A9 25 32 0 4E 46 22 162 40 28
Octal 251 45 62 0 116 106 42 542 100 50
Binary 10101001 100101 110010 0 1001110 1000110 100010 101100010 1000000 101000

Color Harmonies of #A92532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92532

Black with #A92532

Text Example


Text Example

White with #A92532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92532; }

 p { color: rgb(169,37,50); }

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

background-color css

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

 a { background-color: rgb(169,37,50); }

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

border-color css

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

 span { border-color: rgb(169,37,50); }

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