Html Css Color HEX #A32E3B Guardsman Red

📋 copy color: '#A32E3B'

red 163 ◦ green 46 ◦ blue 59

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

Shades of Guardsman Red #A32E3B

Tints of Guardsman Red #A32E3B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.16%

 BLUE value IS 59 (23.44% from 255) = 22.01%

R = 60.82%
G = 17.16%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A32E3B (or 0xA32E3B) is known color: Guardsman Red. HEX triplet: A3, 2E and 3B. RGB value is (163,46,59). Sum of RGB (Red+Green+Blue) = 163+46+59=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E3B is #5CD1C4. Grayscale: #525252. Windows color (decimal): -6083013 or 3878563. OLE color: 3878563.

HSL color Cylindrical-coordinate representation of color #A32E3B: hue angle of 353.33º degrees, saturation: 0.56, 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 #A32E3B is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 46 59 -
CMYK 0 0.72 0.64 0.36
HSL 353.33º 0.56% 0.41% -
HSV(B) 353.33º 0.72% 0.64% -
XYZ 16.87 10.06 5.19 -
YUV 82.47 114.76 185.44 -
System Red Green Blue C M Y K H S L
Decimal 163 46 59 0 0.72 0.64 0.36 353.33 0.56 0.41
Hex A3 2E 3B 0 48 40 24 161 38 29
Octal 243 56 73 0 110 100 44 541 70 51
Binary 10100011 101110 111011 0 1001000 1000000 100100 101100001 111000 101001

Color Harmonies of #A32E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32E3B

Black with #A32E3B

Text Example


Text Example

White with #A32E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32E3B; }

 p { color: rgb(163,46,59); }

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

background-color css

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

 a { background-color: rgb(163,46,59); }

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

border-color css

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

 span { border-color: rgb(163,46,59); }

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