Html Css Color HEX #A8323C Guardsman Red

📋 copy color: '#A8323C'

red 168 ◦ green 50 ◦ blue 60

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

Shades of Guardsman Red #A8323C

Tints of Guardsman Red #A8323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.58%

R = 60.43%
G = 17.99%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8323C (or 0xA8323C) is known color: Guardsman Red. HEX triplet: A8, 32 and 3C. RGB value is (168,50,60). Sum of RGB (Red+Green+Blue) = 168+50+60=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A8323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8323C is #57CDC3. Grayscale: #565656. Windows color (decimal): -5754308 or 3945128. OLE color: 3945128.

HSL color Cylindrical-coordinate representation of color #A8323C: hue angle of 354.92º 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 #A8323C is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 50 60 -
CMYK 0 0.70 0.64 0.34
HSL 354.92º 0.54% 0.43% -
HSV(B) 354.92º 0.7% 0.66% -
XYZ 18.1 10.93 5.43 -
YUV 86.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 168 50 60 0 0.70 0.64 0.34 354.92 0.54 0.43
Hex A8 32 3C 0 46 40 22 163 36 2B
Octal 250 62 74 0 106 100 42 543 66 53
Binary 10101000 110010 111100 0 1000110 1000000 100010 101100011 110110 101011

Color Harmonies of #A8323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8323C

Black with #A8323C

Text Example


Text Example

White with #A8323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8323C; }

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

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

background-color css

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

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

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

border-color css

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

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

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