Html Css Color HEX #A03437 Guardsman Red

📋 copy color: '#A03437'

red 160 ◦ green 52 ◦ blue 55

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

Shades of Guardsman Red #A03437

Tints of Guardsman Red #A03437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.6%

R = 59.93%
G = 19.48%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A03437 (or 0xA03437) is known color: Guardsman Red. HEX triplet: A0, 34 and 37. RGB value is (160,52,55). Sum of RGB (Red+Green+Blue) = 160+52+55=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A03437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03437 is #5FCBC8. Grayscale: #545454. Windows color (decimal): -6278089 or 3617952. OLE color: 3617952.

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

Color convert

RGB 160 52 55 -
CMYK 0 0.68 0.66 0.37
HSL 358.33º 0.51% 0.42% -
HSV(B) 358.33º 0.68% 0.63% -
XYZ 16.41 10.21 4.72 -
YUV 84.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 160 52 55 0 0.68 0.66 0.37 358.33 0.51 0.42
Hex A0 34 37 0 44 42 25 166 33 2A
Octal 240 64 67 0 104 102 45 546 63 52
Binary 10100000 110100 110111 0 1000100 1000010 100101 101100110 110011 101010

Color Harmonies of #A03437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03437

Black with #A03437

Text Example


Text Example

White with #A03437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03437; }

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

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

background-color css

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

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

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

border-color css

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

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

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