Html Css Color HEX #A32D36 Guardsman Red

📋 copy color: '#A32D36'

red 163 ◦ green 45 ◦ blue 54

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

Shades of Guardsman Red #A32D36

Tints of Guardsman Red #A32D36

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.18%

 BLUE value IS 54 (21.48% from 255) = 20.61%

R = 62.21%
G = 17.18%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A32D36 (or 0xA32D36) is known color: Guardsman Red. HEX triplet: A3, 2D and 36. RGB value is (163,45,54). Sum of RGB (Red+Green+Blue) = 163+45+54=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32D36 is #5CD2C9. Grayscale: #515151. Windows color (decimal): -6083274 or 3550627. OLE color: 3550627.

HSL color Cylindrical-coordinate representation of color #A32D36: hue angle of 355.42º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32D36 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 45 54 -
CMYK 0 0.72 0.67 0.36
HSL 355.42º 0.57% 0.41% -
HSV(B) 355.42º 0.72% 0.64% -
XYZ 16.71 9.93 4.53 -
YUV 81.31 112.59 186.27 -
System Red Green Blue C M Y K H S L
Decimal 163 45 54 0 0.72 0.67 0.36 355.42 0.57 0.41
Hex A3 2D 36 0 48 43 24 163 39 29
Octal 243 55 66 0 110 103 44 543 71 51
Binary 10100011 101101 110110 0 1001000 1000011 100100 101100011 111001 101001

Color Harmonies of #A32D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32D36

Black with #A32D36

Text Example


Text Example

White with #A32D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32D36; }

 p { color: rgb(163,45,54); }

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

background-color css

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

 a { background-color: rgb(163,45,54); }

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

border-color css

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

 span { border-color: rgb(163,45,54); }

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