Html Css Color HEX #A8293A Guardsman Red

📋 copy color: '#A8293A'

red 168 ◦ green 41 ◦ blue 58

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

Shades of Guardsman Red #A8293A

Tints of Guardsman Red #A8293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.36%

 BLUE value IS 58 (23.05% from 255) = 21.72%

R = 62.92%
G = 15.36%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8293A (or 0xA8293A) is known color: Guardsman Red. HEX triplet: A8, 29 and 3A. RGB value is (168,41,58). Sum of RGB (Red+Green+Blue) = 168+41+58=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8293A is #57D6C5. Grayscale: #505050. Windows color (decimal): -5756614 or 3811752. OLE color: 3811752.

HSL color Cylindrical-coordinate representation of color #A8293A: hue angle of 351.97º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8293A is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 41 58 -
CMYK 0 0.76 0.65 0.34
HSL 351.97º 0.61% 0.41% -
HSV(B) 351.97º 0.76% 0.66% -
XYZ 17.71 10.22 5.04 -
YUV 80.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 168 41 58 0 0.76 0.65 0.34 351.97 0.61 0.41
Hex A8 29 3A 0 4C 41 22 160 3D 29
Octal 250 51 72 0 114 101 42 540 75 51
Binary 10101000 101001 111010 0 1001100 1000001 100010 101100000 111101 101001

Color Harmonies of #A8293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8293A

Black with #A8293A

Text Example


Text Example

White with #A8293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8293A; }

 p { color: rgb(168,41,58); }

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

background-color css

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

 a { background-color: rgb(168,41,58); }

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

border-color css

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

 span { border-color: rgb(168,41,58); }

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