Html Css Color HEX #A32124 Guardsman Red

📋 copy color: '#A32124'

red 163 ◦ green 33 ◦ blue 36

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

Shades of Guardsman Red #A32124

Tints of Guardsman Red #A32124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

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

R = 70.26%
G = 14.22%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A32124 (or 0xA32124) is known color: Guardsman Red. HEX triplet: A3, 21 and 24. RGB value is (163,33,36). Sum of RGB (Red+Green+Blue) = 163+33+36=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A32124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32124 is #5CDEDB. Grayscale: #484848. Windows color (decimal): -6086364 or 2367907. OLE color: 2367907.

HSL color Cylindrical-coordinate representation of color #A32124: hue angle of 358.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32124 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 33 36 -
CMYK 0 0.80 0.78 0.36
HSL 358.62º 0.66% 0.38% -
HSV(B) 358.62º 0.8% 0.64% -
XYZ 15.97 9 2.57 -
YUV 72.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 163 33 36 0 0.80 0.78 0.36 358.62 0.66 0.38
Hex A3 21 24 0 50 4E 24 167 42 26
Octal 243 41 44 0 120 116 44 547 102 46
Binary 10100011 100001 100100 0 1010000 1001110 100100 101100111 1000010 100110

Color Harmonies of #A32124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32124

Black with #A32124

Text Example


Text Example

White with #A32124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32124; }

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

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

background-color css

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

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

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

border-color css

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

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

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