Html Css Color HEX #A03440 Guardsman Red

📋 copy color: '#A03440'

red 160 ◦ green 52 ◦ blue 64

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

Shades of Guardsman Red #A03440

Tints of Guardsman Red #A03440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 57.97%
G = 18.84%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A03440 (or 0xA03440) is known color: Guardsman Red. HEX triplet: A0, 34 and 40. RGB value is (160,52,64). Sum of RGB (Red+Green+Blue) = 160+52+64=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A03440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03440 is #5FCBBF. Grayscale: #555555. Windows color (decimal): -6278080 or 4207776. OLE color: 4207776.

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

Color convert

RGB 160 52 64 -
CMYK 0 0.68 0.6 0.37
HSL 353.33º 0.51% 0.42% -
HSV(B) 353.33º 0.68% 0.63% -
XYZ 16.65 10.3 5.96 -
YUV 85.66 115.78 181.02 -
System Red Green Blue C M Y K H S L
Decimal 160 52 64 0 0.68 0.6 0.37 353.33 0.51 0.42
Hex A0 34 40 0 44 3C 25 161 33 2A
Octal 240 64 100 0 104 74 45 541 63 52
Binary 10100000 110100 1000000 0 1000100 111100 100101 101100001 110011 101010

Color Harmonies of #A03440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03440

Black with #A03440

Text Example


Text Example

White with #A03440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03440; }

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

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

background-color css

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

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

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

border-color css

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

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

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