Html Css Color HEX #A9353F Guardsman Red

📋 copy color: '#A9353F'

red 169 ◦ green 53 ◦ blue 63

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

Shades of Guardsman Red #A9353F

Tints of Guardsman Red #A9353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.6%

 BLUE value IS 63 (25% from 255) = 22.11%

R = 59.3%
G = 18.6%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A9353F (or 0xA9353F) is known color: Guardsman Red. HEX triplet: A9, 35 and 3F. RGB value is (169,53,63). Sum of RGB (Red+Green+Blue) = 169+53+63=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A9353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9353F is #56CAC0. Grayscale: #585858. Windows color (decimal): -5688001 or 4142505. OLE color: 4142505.

HSL color Cylindrical-coordinate representation of color #A9353F: hue angle of 354.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A9353F is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 53 63 -
CMYK 0 0.69 0.63 0.34
HSL 354.83º 0.52% 0.44% -
HSV(B) 354.83º 0.69% 0.66% -
XYZ 18.53 11.34 5.91 -
YUV 88.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 169 53 63 0 0.69 0.63 0.34 354.83 0.52 0.44
Hex A9 35 3F 0 45 3F 22 163 34 2C
Octal 251 65 77 0 105 77 42 543 64 54
Binary 10101001 110101 111111 0 1000101 111111 100010 101100011 110100 101100

Color Harmonies of #A9353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9353F

Black with #A9353F

Text Example


Text Example

White with #A9353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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