Html Css Color HEX #A32F33 Guardsman Red

📋 copy color: '#A32F33'

red 163 ◦ green 47 ◦ blue 51

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

Shades of Guardsman Red #A32F33

Tints of Guardsman Red #A32F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.01%

 BLUE value IS 51 (20.31% from 255) = 19.54%

R = 62.45%
G = 18.01%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A32F33 (or 0xA32F33) is known color: Guardsman Red. HEX triplet: A3, 2F and 33. RGB value is (163,47,51). Sum of RGB (Red+Green+Blue) = 163+47+51=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32F33 is #5CD0CC. Grayscale: #525252. Windows color (decimal): -6082765 or 3354531. OLE color: 3354531.

HSL color Cylindrical-coordinate representation of color #A32F33: hue angle of 357.93º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A32F33 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 47 51 -
CMYK 0 0.71 0.69 0.36
HSL 357.93º 0.55% 0.41% -
HSV(B) 357.93º 0.71% 0.64% -
XYZ 16.72 10.06 4.19 -
YUV 82.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 163 47 51 0 0.71 0.69 0.36 357.93 0.55 0.41
Hex A3 2F 33 0 47 45 24 166 37 29
Octal 243 57 63 0 107 105 44 546 67 51
Binary 10100011 101111 110011 0 1000111 1000101 100100 101100110 110111 101001

Color Harmonies of #A32F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32F33

Black with #A32F33

Text Example


Text Example

White with #A32F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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