Html Css Color HEX #A32328 Guardsman Red

📋 copy color: '#A32328'

red 163 ◦ green 35 ◦ blue 40

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

Shades of Guardsman Red #A32328

Tints of Guardsman Red #A32328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.71%

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

R = 68.49%
G = 14.71%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A32328 (or 0xA32328) is known color: Guardsman Red. HEX triplet: A3, 23 and 28. RGB value is (163,35,40). Sum of RGB (Red+Green+Blue) = 163+35+40=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A32328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32328 is #5CDCD7. Grayscale: #494949. Windows color (decimal): -6085848 or 2630563. OLE color: 2630563.

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

Color convert

RGB 163 35 40 -
CMYK 0 0.79 0.75 0.36
HSL 357.66º 0.65% 0.39% -
HSV(B) 357.66º 0.79% 0.64% -
XYZ 16.09 9.14 2.92 -
YUV 73.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 163 35 40 0 0.79 0.75 0.36 357.66 0.65 0.39
Hex A3 23 28 0 4F 4B 24 166 41 27
Octal 243 43 50 0 117 113 44 546 101 47
Binary 10100011 100011 101000 0 1001111 1001011 100100 101100110 1000001 100111

Color Harmonies of #A32328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32328

Black with #A32328

Text Example


Text Example

White with #A32328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32328; }

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

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

background-color css

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

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

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

border-color css

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

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

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