Html Css Color HEX #A03441 Guardsman Red

📋 copy color: '#A03441'

red 160 ◦ green 52 ◦ blue 65

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

Shades of Guardsman Red #A03441

Tints of Guardsman Red #A03441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.47%

R = 57.76%
G = 18.77%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A03441 (or 0xA03441) is known color: Guardsman Red. HEX triplet: A0, 34 and 41. RGB value is (160,52,65). Sum of RGB (Red+Green+Blue) = 160+52+65=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A03441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03441 is #5FCBBE. Grayscale: #555555. Windows color (decimal): -6278079 or 4273312. OLE color: 4273312.

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

Color convert

RGB 160 52 65 -
CMYK 0 0.68 0.59 0.37
HSL 352.78º 0.51% 0.42% -
HSV(B) 352.78º 0.68% 0.63% -
XYZ 16.68 10.31 6.11 -
YUV 85.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 160 52 65 0 0.68 0.59 0.37 352.78 0.51 0.42
Hex A0 34 41 0 44 3B 25 161 33 2A
Octal 240 64 101 0 104 73 45 541 63 52
Binary 10100000 110100 1000001 0 1000100 111011 100101 101100001 110011 101010

Color Harmonies of #A03441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03441

Black with #A03441

Text Example


Text Example

White with #A03441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03441; }

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

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

background-color css

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

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

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

border-color css

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

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

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