Html Css Color HEX #A32728 Guardsman Red

📋 copy color: '#A32728'

red 163 ◦ green 39 ◦ blue 40

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

Shades of Guardsman Red #A32728

Tints of Guardsman Red #A32728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.12%

 BLUE value IS 40 (16.02% from 255) = 16.53%

R = 67.36%
G = 16.12%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A32728 (or 0xA32728) is known color: Guardsman Red. HEX triplet: A3, 27 and 28. RGB value is (163,39,40). Sum of RGB (Red+Green+Blue) = 163+39+40=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A32728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32728 is #5CD8D7. Grayscale: #4C4C4C. Windows color (decimal): -6084824 or 2631587. OLE color: 2631587.

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

Color convert

RGB 163 39 40 -
CMYK 0 0.76 0.75 0.36
HSL 359.52º 0.61% 0.4% -
HSV(B) 359.52º 0.76% 0.64% -
XYZ 16.21 9.39 2.97 -
YUV 76.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 163 39 40 0 0.76 0.75 0.36 359.52 0.61 0.4
Hex A3 27 28 0 4C 4B 24 168 3D 28
Octal 243 47 50 0 114 113 44 550 75 50
Binary 10100011 100111 101000 0 1001100 1001011 100100 101101000 111101 101000

Color Harmonies of #A32728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32728

Black with #A32728

Text Example


Text Example

White with #A32728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32728; }

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

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

background-color css

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

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

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

border-color css

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

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

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