Html Css Color HEX #A93032 Guardsman Red

📋 copy color: '#A93032'

red 169 ◦ green 48 ◦ blue 50

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

Shades of Guardsman Red #A93032

Tints of Guardsman Red #A93032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.98%

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

R = 63.3%
G = 17.98%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A93032 (or 0xA93032) is known color: Guardsman Red. HEX triplet: A9, 30 and 32. RGB value is (169,48,50). Sum of RGB (Red+Green+Blue) = 169+48+50=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A93032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93032 is #56CFCD. Grayscale: #545454. Windows color (decimal): -5689294 or 3289257. OLE color: 3289257.

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

Color convert

RGB 169 48 50 -
CMYK 0 0.72 0.70 0.34
HSL 359.01º 0.56% 0.43% -
HSV(B) 359.01º 0.72% 0.66% -
XYZ 17.99 10.78 4.15 -
YUV 84.41 108.59 188.34 -
System Red Green Blue C M Y K H S L
Decimal 169 48 50 0 0.72 0.70 0.34 359.01 0.56 0.43
Hex A9 30 32 0 48 46 22 167 38 2B
Octal 251 60 62 0 110 106 42 547 70 53
Binary 10101001 110000 110010 0 1001000 1000110 100010 101100111 111000 101011

Color Harmonies of #A93032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93032

Black with #A93032

Text Example


Text Example

White with #A93032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93032; }

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

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

background-color css

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

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

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

border-color css

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

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

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