Html Css Color HEX #A32224 Guardsman Red

📋 copy color: '#A32224'

red 163 ◦ green 34 ◦ blue 36

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

Shades of Guardsman Red #A32224

Tints of Guardsman Red #A32224

RGB

 RED value IS 163 (64.06% from 255) = 69.96%

 GREEN value IS 34 (13.67% from 255) = 14.59%

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

R = 69.96%
G = 14.59%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A32224 (or 0xA32224) is known color: Guardsman Red. HEX triplet: A3, 22 and 24. RGB value is (163,34,36). Sum of RGB (Red+Green+Blue) = 163+34+36=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A32224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32224 is #5CDDDB. Grayscale: #484848. Windows color (decimal): -6086108 or 2368163. OLE color: 2368163.

HSL color Cylindrical-coordinate representation of color #A32224: hue angle of 359.07º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32224 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 34 36 -
CMYK 0 0.79 0.78 0.36
HSL 359.07º 0.65% 0.39% -
HSV(B) 359.07º 0.79% 0.64% -
XYZ 15.99 9.06 2.57 -
YUV 72.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 163 34 36 0 0.79 0.78 0.36 359.07 0.65 0.39
Hex A3 22 24 0 4F 4E 24 167 41 27
Octal 243 42 44 0 117 116 44 547 101 47
Binary 10100011 100010 100100 0 1001111 1001110 100100 101100111 1000001 100111

Color Harmonies of #A32224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32224

Black with #A32224

Text Example


Text Example

White with #A32224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32224; }

 p { color: rgb(163,34,36); }

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

background-color css

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

 a { background-color: rgb(163,34,36); }

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

border-color css

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

 span { border-color: rgb(163,34,36); }

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