Html Css Color HEX #A32D30 Guardsman Red

📋 copy color: '#A32D30'

red 163 ◦ green 45 ◦ blue 48

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

Shades of Guardsman Red #A32D30

Tints of Guardsman Red #A32D30

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.58%

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 63.67%
G = 17.58%
B = 18.75%

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

#A32D30 (or 0xA32D30) is known color: Guardsman Red. HEX triplet: A3, 2D and 30. RGB value is (163,45,48). Sum of RGB (Red+Green+Blue) = 163+45+48=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32D30 is #5CD2CF. Grayscale: #505050. Windows color (decimal): -6083280 or 3157411. OLE color: 3157411.

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

Color convert

RGB 163 45 48 -
CMYK 0 0.72 0.71 0.36
HSL 358.47º 0.57% 0.41% -
HSV(B) 358.47º 0.72% 0.64% -
XYZ 16.58 9.88 3.83 -
YUV 80.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 163 45 48 0 0.72 0.71 0.36 358.47 0.57 0.41
Hex A3 2D 30 0 48 47 24 166 39 29
Octal 243 55 60 0 110 107 44 546 71 51
Binary 10100011 101101 110000 0 1001000 1000111 100100 101100110 111001 101001

Color Harmonies of #A32D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32D30

Black with #A32D30

Text Example


Text Example

White with #A32D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32D30; }

 p { color: rgb(163,45,48); }

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

background-color css

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

 a { background-color: rgb(163,45,48); }

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

border-color css

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

 span { border-color: rgb(163,45,48); }

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