Html Css Color HEX #A92535 Guardsman Red

📋 copy color: '#A92535'

red 169 ◦ green 37 ◦ blue 53

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

Shades of Guardsman Red #A92535

Tints of Guardsman Red #A92535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.46%

R = 65.25%
G = 14.29%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A92535 (or 0xA92535) is known color: Guardsman Red. HEX triplet: A9, 25 and 35. RGB value is (169,37,53). Sum of RGB (Red+Green+Blue) = 169+37+53=259 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.25% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 169 - color contains mainly: red. Hex color #A92535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92535 is #56DACA. Grayscale: #4E4E4E. Windows color (decimal): -5692107 or 3483049. OLE color: 3483049.

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

Color convert

RGB 169 37 53 -
CMYK 0 0.78 0.69 0.34
HSL 352.73º 0.64% 0.4% -
HSV(B) 352.73º 0.78% 0.66% -
XYZ 17.67 10.02 4.37 -
YUV 78.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 169 37 53 0 0.78 0.69 0.34 352.73 0.64 0.4
Hex A9 25 35 0 4E 45 22 161 40 28
Octal 251 45 65 0 116 105 42 541 100 50
Binary 10101001 100101 110101 0 1001110 1000101 100010 101100001 1000000 101000

Color Harmonies of #A92535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92535

Black with #A92535

Text Example


Text Example

White with #A92535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92535; }

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

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

background-color css

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

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

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

border-color css

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

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

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