Html Css Color HEX #A32324 Guardsman Red

📋 copy color: '#A32324'

red 163 ◦ green 35 ◦ blue 36

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

Shades of Guardsman Red #A32324

Tints of Guardsman Red #A32324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.96%

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

R = 69.66%
G = 14.96%
B = 15.38%

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

#A32324 (or 0xA32324) is known color: Guardsman Red. HEX triplet: A3, 23 and 24. RGB value is (163,35,36). Sum of RGB (Red+Green+Blue) = 163+35+36=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A32324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32324 is #5CDCDB. Grayscale: #494949. Windows color (decimal): -6085852 or 2368419. OLE color: 2368419.

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

Color convert

RGB 163 35 36 -
CMYK 0 0.79 0.78 0.36
HSL 359.53º 0.65% 0.39% -
HSV(B) 359.53º 0.79% 0.64% -
XYZ 16.02 9.12 2.58 -
YUV 73.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 163 35 36 0 0.79 0.78 0.36 359.53 0.65 0.39
Hex A3 23 24 0 4F 4E 24 168 41 27
Octal 243 43 44 0 117 116 44 550 101 47
Binary 10100011 100011 100100 0 1001111 1001110 100100 101101000 1000001 100111

Color Harmonies of #A32324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32324

Black with #A32324

Text Example


Text Example

White with #A32324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32324; }

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

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

background-color css

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

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

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

border-color css

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

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

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