Html Css Color HEX #A32C38 Guardsman Red

📋 copy color: '#A32C38'

red 163 ◦ green 44 ◦ blue 56

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

Shades of Guardsman Red #A32C38

Tints of Guardsman Red #A32C38

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.73%

 BLUE value IS 56 (22.27% from 255) = 21.29%

R = 61.98%
G = 16.73%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A32C38 (or 0xA32C38) is known color: Guardsman Red. HEX triplet: A3, 2C and 38. RGB value is (163,44,56). Sum of RGB (Red+Green+Blue) = 163+44+56=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32C38 is #5CD3C7. Grayscale: #515151. Windows color (decimal): -6083528 or 3681443. OLE color: 3681443.

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

Color convert

RGB 163 44 56 -
CMYK 0 0.73 0.66 0.36
HSL 353.95º 0.57% 0.41% -
HSV(B) 353.95º 0.73% 0.64% -
XYZ 16.72 9.87 4.77 -
YUV 80.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 163 44 56 0 0.73 0.66 0.36 353.95 0.57 0.41
Hex A3 2C 38 0 49 42 24 162 39 29
Octal 243 54 70 0 111 102 44 542 71 51
Binary 10100011 101100 111000 0 1001001 1000010 100100 101100010 111001 101001

Color Harmonies of #A32C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32C38

Black with #A32C38

Text Example


Text Example

White with #A32C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32C38; }

 p { color: rgb(163,44,56); }

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

background-color css

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

 a { background-color: rgb(163,44,56); }

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

border-color css

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

 span { border-color: rgb(163,44,56); }

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