Html Css Color HEX #A0313A Guardsman Red

📋 copy color: '#A0313A'

red 160 ◦ green 49 ◦ blue 58

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

Shades of Guardsman Red #A0313A

Tints of Guardsman Red #A0313A

RGB

 RED value IS 160 (62.89% from 255) = 59.93%

 GREEN value IS 49 (19.53% from 255) = 18.35%

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

R = 59.93%
G = 18.35%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0313A (or 0xA0313A) is known color: Guardsman Red. HEX triplet: A0, 31 and 3A. RGB value is (160,49,58). Sum of RGB (Red+Green+Blue) = 160+49+58=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A0313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0313A is #5FCEC5. Grayscale: #535353. Windows color (decimal): -6278854 or 3813792. OLE color: 3813792.

HSL color Cylindrical-coordinate representation of color #A0313A: hue angle of 355.14º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0313A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 49 58 -
CMYK 0 0.69 0.64 0.37
HSL 355.14º 0.53% 0.41% -
HSV(B) 355.14º 0.69% 0.63% -
XYZ 16.36 9.98 5.07 -
YUV 83.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 160 49 58 0 0.69 0.64 0.37 355.14 0.53 0.41
Hex A0 31 3A 0 45 40 25 163 35 29
Octal 240 61 72 0 105 100 45 543 65 51
Binary 10100000 110001 111010 0 1000101 1000000 100101 101100011 110101 101001

Color Harmonies of #A0313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0313A

Black with #A0313A

Text Example


Text Example

White with #A0313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0313A; }

 p { color: rgb(160,49,58); }

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

background-color css

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

 a { background-color: rgb(160,49,58); }

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

border-color css

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

 span { border-color: rgb(160,49,58); }

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