Html Css Color HEX #A32736 Guardsman Red

📋 copy color: '#A32736'

red 163 ◦ green 39 ◦ blue 54

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

Shades of Guardsman Red #A32736

Tints of Guardsman Red #A32736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.23%

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

R = 63.67%
G = 15.23%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A32736 (or 0xA32736) is known color: Guardsman Red. HEX triplet: A3, 27 and 36. RGB value is (163,39,54). Sum of RGB (Red+Green+Blue) = 163+39+54=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A32736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32736 is #5CD8C9. Grayscale: #4D4D4D. Windows color (decimal): -6084810 or 3549091. OLE color: 3549091.

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

Color convert

RGB 163 39 54 -
CMYK 0 0.76 0.67 0.36
HSL 352.74º 0.61% 0.4% -
HSV(B) 352.74º 0.76% 0.64% -
XYZ 16.5 9.5 4.46 -
YUV 77.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 163 39 54 0 0.76 0.67 0.36 352.74 0.61 0.4
Hex A3 27 36 0 4C 43 24 161 3D 28
Octal 243 47 66 0 114 103 44 541 75 50
Binary 10100011 100111 110110 0 1001100 1000011 100100 101100001 111101 101000

Color Harmonies of #A32736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32736

Black with #A32736

Text Example


Text Example

White with #A32736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32736; }

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

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

background-color css

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

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

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

border-color css

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

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

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