Html Css Color HEX #A8323E Guardsman Red

📋 copy color: '#A8323E'

red 168 ◦ green 50 ◦ blue 62

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

Shades of Guardsman Red #A8323E

Tints of Guardsman Red #A8323E

RGB

 RED value IS 168 (66.02% from 255) = 60%

 GREEN value IS 50 (19.92% from 255) = 17.86%

 BLUE value IS 62 (24.61% from 255) = 22.14%

R = 60%
G = 17.86%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8323E (or 0xA8323E) is known color: Guardsman Red. HEX triplet: A8, 32 and 3E. RGB value is (168,50,62). Sum of RGB (Red+Green+Blue) = 168+50+62=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8323E is #57CDC1. Grayscale: #565656. Windows color (decimal): -5754306 or 4076200. OLE color: 4076200.

HSL color Cylindrical-coordinate representation of color #A8323E: hue angle of 353.9º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8323E is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 50 62 -
CMYK 0 0.70 0.63 0.34
HSL 353.9º 0.54% 0.43% -
HSV(B) 353.9º 0.7% 0.66% -
XYZ 18.16 10.95 5.71 -
YUV 86.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 168 50 62 0 0.70 0.63 0.34 353.9 0.54 0.43
Hex A8 32 3E 0 46 3F 22 162 36 2B
Octal 250 62 76 0 106 77 42 542 66 53
Binary 10101000 110010 111110 0 1000110 111111 100010 101100010 110110 101011

Color Harmonies of #A8323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8323E

Black with #A8323E

Text Example


Text Example

White with #A8323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8323E; }

 p { color: rgb(168,50,62); }

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

background-color css

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

 a { background-color: rgb(168,50,62); }

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

border-color css

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

 span { border-color: rgb(168,50,62); }

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