Html Css Color HEX #A32223 Guardsman Red

📋 copy color: '#A32223'

red 163 ◦ green 34 ◦ blue 35

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

Shades of Guardsman Red #A32223

Tints of Guardsman Red #A32223

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

 BLUE value IS 35 (14.06% from 255) = 15.09%

R = 70.26%
G = 14.66%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A32223 (or 0xA32223) is known color: Guardsman Red. HEX triplet: A3, 22 and 23. RGB value is (163,34,35). Sum of RGB (Red+Green+Blue) = 163+34+35=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A32223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32223 is #5CDDDC. Grayscale: #484848. Windows color (decimal): -6086109 or 2302627. OLE color: 2302627.

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

Color convert

RGB 163 34 35 -
CMYK 0 0.79 0.79 0.36
HSL 359.53º 0.65% 0.39% -
HSV(B) 359.53º 0.79% 0.64% -
XYZ 15.98 9.05 2.5 -
YUV 72.69 106.74 192.42 -
System Red Green Blue C M Y K H S L
Decimal 163 34 35 0 0.79 0.79 0.36 359.53 0.65 0.39
Hex A3 22 23 0 4F 4F 24 168 41 27
Octal 243 42 43 0 117 117 44 550 101 47
Binary 10100011 100010 100011 0 1001111 1001111 100100 101101000 1000001 100111

Color Harmonies of #A32223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32223

Black with #A32223

Text Example


Text Example

White with #A32223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32223; }

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

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

background-color css

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

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

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

border-color css

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

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

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