Html Css Color HEX #A32326 Guardsman Red

📋 copy color: '#A32326'

red 163 ◦ green 35 ◦ blue 38

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

Shades of Guardsman Red #A32326

Tints of Guardsman Red #A32326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.1%

R = 69.07%
G = 14.83%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A32326 (or 0xA32326) is known color: Guardsman Red. HEX triplet: A3, 23 and 26. RGB value is (163,35,38). Sum of RGB (Red+Green+Blue) = 163+35+38=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A32326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32326 is #5CDCD9. Grayscale: #494949. Windows color (decimal): -6085850 or 2499491. OLE color: 2499491.

HSL color Cylindrical-coordinate representation of color #A32326: hue angle of 358.59º 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 #A32326 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 35 38 -
CMYK 0 0.79 0.77 0.36
HSL 358.59º 0.65% 0.39% -
HSV(B) 358.59º 0.79% 0.64% -
XYZ 16.06 9.13 2.75 -
YUV 73.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 163 35 38 0 0.79 0.77 0.36 358.59 0.65 0.39
Hex A3 23 26 0 4F 4D 24 167 41 27
Octal 243 43 46 0 117 115 44 547 101 47
Binary 10100011 100011 100110 0 1001111 1001101 100100 101100111 1000001 100111

Color Harmonies of #A32326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32326

Black with #A32326

Text Example


Text Example

White with #A32326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32326; }

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

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

background-color css

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

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

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

border-color css

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

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

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