Html Css Color HEX #A32838 Guardsman Red

📋 copy color: '#A32838'

red 163 ◦ green 40 ◦ blue 56

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

Shades of Guardsman Red #A32838

Tints of Guardsman Red #A32838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.44%

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

R = 62.93%
G = 15.44%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A32838 (or 0xA32838) is known color: Guardsman Red. HEX triplet: A3, 28 and 38. RGB value is (163,40,56). Sum of RGB (Red+Green+Blue) = 163+40+56=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A32838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32838 is #5CD7C7. Grayscale: #4E4E4E. Windows color (decimal): -6084552 or 3680419. OLE color: 3680419.

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

Color convert

RGB 163 40 56 -
CMYK 0 0.75 0.66 0.36
HSL 352.2º 0.61% 0.4% -
HSV(B) 352.2º 0.75% 0.64% -
XYZ 16.58 9.59 4.72 -
YUV 78.6 115.25 188.2 -
System Red Green Blue C M Y K H S L
Decimal 163 40 56 0 0.75 0.66 0.36 352.2 0.61 0.4
Hex A3 28 38 0 4B 42 24 160 3D 28
Octal 243 50 70 0 113 102 44 540 75 50
Binary 10100011 101000 111000 0 1001011 1000010 100100 101100000 111101 101000

Color Harmonies of #A32838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32838

Black with #A32838

Text Example


Text Example

White with #A32838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32838; }

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

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

background-color css

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

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

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

border-color css

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

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

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