Html Css Color HEX #A32529 Guardsman Red

📋 copy color: '#A32529'

red 163 ◦ green 37 ◦ blue 41

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

Shades of Guardsman Red #A32529

Tints of Guardsman Red #A32529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

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

R = 67.63%
G = 15.35%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A32529 (or 0xA32529) is known color: Guardsman Red. HEX triplet: A3, 25 and 29. RGB value is (163,37,41). Sum of RGB (Red+Green+Blue) = 163+37+41=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A32529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32529 is #5CDAD6. Grayscale: #4B4B4B. Windows color (decimal): -6085335 or 2696611. OLE color: 2696611.

HSL color Cylindrical-coordinate representation of color #A32529: hue angle of 358.1º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32529 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 37 41 -
CMYK 0 0.77 0.75 0.36
HSL 358.1º 0.63% 0.39% -
HSV(B) 358.1º 0.77% 0.64% -
XYZ 16.17 9.27 3.04 -
YUV 75.13 108.74 190.67 -
System Red Green Blue C M Y K H S L
Decimal 163 37 41 0 0.77 0.75 0.36 358.1 0.63 0.39
Hex A3 25 29 0 4D 4B 24 166 3F 27
Octal 243 45 51 0 115 113 44 546 77 47
Binary 10100011 100101 101001 0 1001101 1001011 100100 101100110 111111 100111

Color Harmonies of #A32529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32529

Black with #A32529

Text Example


Text Example

White with #A32529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32529; }

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

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

background-color css

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

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

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

border-color css

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

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

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