Html Css Color HEX #A0373A Guardsman Red

📋 copy color: '#A0373A'

red 160 ◦ green 55 ◦ blue 58

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

Shades of Guardsman Red #A0373A

Tints of Guardsman Red #A0373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

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

R = 58.61%
G = 20.15%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0373A (or 0xA0373A) is known color: Guardsman Red. HEX triplet: A0, 37 and 3A. RGB value is (160,55,58). Sum of RGB (Red+Green+Blue) = 160+55+58=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0373A is #5FC8C5. Grayscale: #565656. Windows color (decimal): -6277318 or 3815328. OLE color: 3815328.

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

Color convert

RGB 160 55 58 -
CMYK 0 0.66 0.64 0.37
HSL 358.29º 0.49% 0.42% -
HSV(B) 358.29º 0.66% 0.63% -
XYZ 16.63 10.51 5.16 -
YUV 86.74 111.79 180.26 -
System Red Green Blue C M Y K H S L
Decimal 160 55 58 0 0.66 0.64 0.37 358.29 0.49 0.42
Hex A0 37 3A 0 42 40 25 166 31 2A
Octal 240 67 72 0 102 100 45 546 61 52
Binary 10100000 110111 111010 0 1000010 1000000 100101 101100110 110001 101010

Color Harmonies of #A0373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0373A

Black with #A0373A

Text Example


Text Example

White with #A0373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0373A; }

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

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

background-color css

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

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

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

border-color css

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

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

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