Html Css Color HEX #A03439 Guardsman Red

📋 copy color: '#A03439'

red 160 ◦ green 52 ◦ blue 57

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

Shades of Guardsman Red #A03439

Tints of Guardsman Red #A03439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.33%

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

R = 59.48%
G = 19.33%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A03439 (or 0xA03439) is known color: Guardsman Red. HEX triplet: A0, 34 and 39. RGB value is (160,52,57). Sum of RGB (Red+Green+Blue) = 160+52+57=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A03439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03439 is #5FCBC6. Grayscale: #545454. Windows color (decimal): -6278087 or 3749024. OLE color: 3749024.

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

Color convert

RGB 160 52 57 -
CMYK 0 0.68 0.64 0.37
HSL 357.22º 0.51% 0.42% -
HSV(B) 357.22º 0.68% 0.63% -
XYZ 16.46 10.22 4.98 -
YUV 84.86 112.28 181.59 -
System Red Green Blue C M Y K H S L
Decimal 160 52 57 0 0.68 0.64 0.37 357.22 0.51 0.42
Hex A0 34 39 0 44 40 25 165 33 2A
Octal 240 64 71 0 104 100 45 545 63 52
Binary 10100000 110100 111001 0 1000100 1000000 100101 101100101 110011 101010

Color Harmonies of #A03439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03439

Black with #A03439

Text Example


Text Example

White with #A03439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03439; }

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

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

background-color css

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

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

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

border-color css

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

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

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