Html Css Color HEX #A32024 Guardsman Red

📋 copy color: '#A32024'

red 163 ◦ green 32 ◦ blue 36

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

Shades of Guardsman Red #A32024

Tints of Guardsman Red #A32024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.85%

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

R = 70.56%
G = 13.85%
B = 15.58%

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

#A32024 (or 0xA32024) is known color: Guardsman Red. HEX triplet: A3, 20 and 24. RGB value is (163,32,36). Sum of RGB (Red+Green+Blue) = 163+32+36=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A32024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32024 is #5CDFDB. Grayscale: #474747. Windows color (decimal): -6086620 or 2367651. OLE color: 2367651.

HSL color Cylindrical-coordinate representation of color #A32024: hue angle of 358.17º degrees, saturation: 0.67, 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 #A32024 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 32 36 -
CMYK 0 0.80 0.78 0.36
HSL 358.17º 0.67% 0.38% -
HSV(B) 358.17º 0.8% 0.64% -
XYZ 15.94 8.95 2.56 -
YUV 71.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 163 32 36 0 0.80 0.78 0.36 358.17 0.67 0.38
Hex A3 20 24 0 50 4E 24 166 43 26
Octal 243 40 44 0 120 116 44 546 103 46
Binary 10100011 100000 100100 0 1010000 1001110 100100 101100110 1000011 100110

Color Harmonies of #A32024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32024

Black with #A32024

Text Example


Text Example

White with #A32024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32024; }

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

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

background-color css

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

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

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

border-color css

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

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

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