Html Css Color HEX #A32729 Guardsman Red

📋 copy color: '#A32729'

red 163 ◦ green 39 ◦ blue 41

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

Shades of Guardsman Red #A32729

Tints of Guardsman Red #A32729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.87%

R = 67.08%
G = 16.05%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A32729 (or 0xA32729) is known color: Guardsman Red. HEX triplet: A3, 27 and 29. RGB value is (163,39,41). Sum of RGB (Red+Green+Blue) = 163+39+41=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A32729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32729 is #5CD8D6. Grayscale: #4C4C4C. Windows color (decimal): -6084823 or 2697123. OLE color: 2697123.

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

Color convert

RGB 163 39 41 -
CMYK 0 0.76 0.75 0.36
HSL 359.03º 0.61% 0.4% -
HSV(B) 359.03º 0.76% 0.64% -
XYZ 16.23 9.4 3.06 -
YUV 76.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 163 39 41 0 0.76 0.75 0.36 359.03 0.61 0.4
Hex A3 27 29 0 4C 4B 24 167 3D 28
Octal 243 47 51 0 114 113 44 547 75 50
Binary 10100011 100111 101001 0 1001100 1001011 100100 101100111 111101 101000

Color Harmonies of #A32729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32729

Black with #A32729

Text Example


Text Example

White with #A32729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32729; }

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

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

background-color css

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

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

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

border-color css

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

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

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