Html Css Color HEX #A0313F Guardsman Red

📋 copy color: '#A0313F'

red 160 ◦ green 49 ◦ blue 63

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

Shades of Guardsman Red #A0313F

Tints of Guardsman Red #A0313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.16%

R = 58.82%
G = 18.01%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0313F (or 0xA0313F) is known color: Guardsman Red. HEX triplet: A0, 31 and 3F. RGB value is (160,49,63). Sum of RGB (Red+Green+Blue) = 160+49+63=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A0313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0313F is #5FCEC0. Grayscale: #535353. Windows color (decimal): -6278849 or 4141472. OLE color: 4141472.

HSL color Cylindrical-coordinate representation of color #A0313F: hue angle of 352.43º 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 #A0313F is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 49 63 -
CMYK 0 0.69 0.61 0.37
HSL 352.43º 0.53% 0.41% -
HSV(B) 352.43º 0.69% 0.63% -
XYZ 16.49 10.03 5.77 -
YUV 83.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 160 49 63 0 0.69 0.61 0.37 352.43 0.53 0.41
Hex A0 31 3F 0 45 3D 25 160 35 29
Octal 240 61 77 0 105 75 45 540 65 51
Binary 10100000 110001 111111 0 1000101 111101 100101 101100000 110101 101001

Color Harmonies of #A0313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0313F

Black with #A0313F

Text Example


Text Example

White with #A0313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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