Html Css Color HEX #A32E2F Guardsman Red

📋 copy color: '#A32E2F'

red 163 ◦ green 46 ◦ blue 47

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

Shades of Guardsman Red #A32E2F

Tints of Guardsman Red #A32E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.36%

R = 63.67%
G = 17.97%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A32E2F (or 0xA32E2F) is known color: Guardsman Red. HEX triplet: A3, 2E and 2F. RGB value is (163,46,47). Sum of RGB (Red+Green+Blue) = 163+46+47=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E2F is #5CD1D0. Grayscale: #515151. Windows color (decimal): -6083025 or 3092131. OLE color: 3092131.

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

Color convert

RGB 163 46 47 -
CMYK 0 0.72 0.71 0.36
HSL 359.49º 0.56% 0.41% -
HSV(B) 359.49º 0.72% 0.64% -
XYZ 16.59 9.95 3.73 -
YUV 81.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 163 46 47 0 0.72 0.71 0.36 359.49 0.56 0.41
Hex A3 2E 2F 0 48 47 24 167 38 29
Octal 243 56 57 0 110 107 44 547 70 51
Binary 10100011 101110 101111 0 1001000 1000111 100100 101100111 111000 101001

Color Harmonies of #A32E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32E2F

Black with #A32E2F

Text Example


Text Example

White with #A32E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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