Html Css Color HEX #A32629 Guardsman Red

📋 copy color: '#A32629'

red 163 ◦ green 38 ◦ blue 41

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

Shades of Guardsman Red #A32629

Tints of Guardsman Red #A32629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.7%

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

R = 67.36%
G = 15.7%
B = 16.94%

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

#A32629 (or 0xA32629) is known color: Guardsman Red. HEX triplet: A3, 26 and 29. RGB value is (163,38,41). Sum of RGB (Red+Green+Blue) = 163+38+41=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A32629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32629 is #5CD9D6. Grayscale: #4B4B4B. Windows color (decimal): -6085079 or 2696867. OLE color: 2696867.

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

Color convert

RGB 163 38 41 -
CMYK 0 0.77 0.75 0.36
HSL 358.56º 0.62% 0.39% -
HSV(B) 358.56º 0.77% 0.64% -
XYZ 16.2 9.33 3.05 -
YUV 75.72 108.41 190.26 -
System Red Green Blue C M Y K H S L
Decimal 163 38 41 0 0.77 0.75 0.36 358.56 0.62 0.39
Hex A3 26 29 0 4D 4B 24 167 3E 27
Octal 243 46 51 0 115 113 44 547 76 47
Binary 10100011 100110 101001 0 1001101 1001011 100100 101100111 111110 100111

Color Harmonies of #A32629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32629

Black with #A32629

Text Example


Text Example

White with #A32629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32629; }

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

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

background-color css

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

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

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

border-color css

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

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

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