Html Css Color HEX #A03639 Guardsman Red

📋 copy color: '#A03639'

red 160 ◦ green 54 ◦ blue 57

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

Shades of Guardsman Red #A03639

Tints of Guardsman Red #A03639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

 BLUE value IS 57 (22.66% from 255) = 21.03%

R = 59.04%
G = 19.93%
B = 21.03%

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

#A03639 (or 0xA03639) is known color: Guardsman Red. HEX triplet: A0, 36 and 39. RGB value is (160,54,57). Sum of RGB (Red+Green+Blue) = 160+54+57=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A03639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03639 is #5FC9C6. Grayscale: #565656. Windows color (decimal): -6277575 or 3749536. OLE color: 3749536.

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

Color convert

RGB 160 54 57 -
CMYK 0 0.66 0.64 0.37
HSL 358.3º 0.5% 0.42% -
HSV(B) 358.3º 0.66% 0.63% -
XYZ 16.55 10.41 5.01 -
YUV 86.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 160 54 57 0 0.66 0.64 0.37 358.3 0.5 0.42
Hex A0 36 39 0 42 40 25 166 32 2A
Octal 240 66 71 0 102 100 45 546 62 52
Binary 10100000 110110 111001 0 1000010 1000000 100101 101100110 110010 101010

Color Harmonies of #A03639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03639

Black with #A03639

Text Example


Text Example

White with #A03639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03639; }

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

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

background-color css

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

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

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

border-color css

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

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

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