Html Css Color HEX #A03536 Guardsman Red

📋 copy color: '#A03536'

red 160 ◦ green 53 ◦ blue 54

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

Shades of Guardsman Red #A03536

Tints of Guardsman Red #A03536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.22%

R = 59.93%
G = 19.85%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A03536 (or 0xA03536) is known color: Guardsman Red. HEX triplet: A0, 35 and 36. RGB value is (160,53,54). Sum of RGB (Red+Green+Blue) = 160+53+54=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A03536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03536 is #5FCAC9. Grayscale: #555555. Windows color (decimal): -6277834 or 3552672. OLE color: 3552672.

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

Color convert

RGB 160 53 54 -
CMYK 0 0.67 0.66 0.37
HSL 359.44º 0.5% 0.42% -
HSV(B) 359.44º 0.67% 0.63% -
XYZ 16.44 10.29 4.61 -
YUV 85.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 160 53 54 0 0.67 0.66 0.37 359.44 0.5 0.42
Hex A0 35 36 0 43 42 25 167 32 2A
Octal 240 65 66 0 103 102 45 547 62 52
Binary 10100000 110101 110110 0 1000011 1000010 100101 101100111 110010 101010

Color Harmonies of #A03536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03536

Black with #A03536

Text Example


Text Example

White with #A03536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03536; }

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

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

background-color css

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

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

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

border-color css

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

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

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