Html Css Color HEX #A0353D Guardsman Red

📋 copy color: '#A0353D'

red 160 ◦ green 53 ◦ blue 61

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

Shades of Guardsman Red #A0353D

Tints of Guardsman Red #A0353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.34%

 BLUE value IS 61 (24.22% from 255) = 22.26%

R = 58.39%
G = 19.34%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0353D (or 0xA0353D) is known color: Guardsman Red. HEX triplet: A0, 35 and 3D. RGB value is (160,53,61). Sum of RGB (Red+Green+Blue) = 160+53+61=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A0353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0353D is #5FCAC2. Grayscale: #555555. Windows color (decimal): -6277827 or 4011424. OLE color: 4011424.

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

Color convert

RGB 160 53 61 -
CMYK 0 0.67 0.62 0.37
HSL 355.51º 0.5% 0.42% -
HSV(B) 355.51º 0.67% 0.63% -
XYZ 16.61 10.36 5.54 -
YUV 85.91 113.95 180.85 -
System Red Green Blue C M Y K H S L
Decimal 160 53 61 0 0.67 0.62 0.37 355.51 0.5 0.42
Hex A0 35 3D 0 43 3E 25 164 32 2A
Octal 240 65 75 0 103 76 45 544 62 52
Binary 10100000 110101 111101 0 1000011 111110 100101 101100100 110010 101010

Color Harmonies of #A0353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0353D

Black with #A0353D

Text Example


Text Example

White with #A0353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0353D; }

 p { color: rgb(160,53,61); }

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

background-color css

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

 a { background-color: rgb(160,53,61); }

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

border-color css

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

 span { border-color: rgb(160,53,61); }

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