Html Css Color HEX #A0343B Guardsman Red

📋 copy color: '#A0343B'

red 160 ◦ green 52 ◦ blue 59

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

Shades of Guardsman Red #A0343B

Tints of Guardsman Red #A0343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.77%

R = 59.04%
G = 19.19%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A0343B (or 0xA0343B) is known color: Guardsman Red. HEX triplet: A0, 34 and 3B. RGB value is (160,52,59). Sum of RGB (Red+Green+Blue) = 160+52+59=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0343B is #5FCBC4. Grayscale: #555555. Windows color (decimal): -6278085 or 3880096. OLE color: 3880096.

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

Color convert

RGB 160 52 59 -
CMYK 0 0.68 0.63 0.37
HSL 356.11º 0.51% 0.42% -
HSV(B) 356.11º 0.68% 0.63% -
XYZ 16.51 10.25 5.24 -
YUV 85.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 160 52 59 0 0.68 0.63 0.37 356.11 0.51 0.42
Hex A0 34 3B 0 44 3F 25 164 33 2A
Octal 240 64 73 0 104 77 45 544 63 52
Binary 10100000 110100 111011 0 1000100 111111 100101 101100100 110011 101010

Color Harmonies of #A0343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0343B

Black with #A0343B

Text Example


Text Example

White with #A0343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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