Html Css Color HEX #A0343D Guardsman Red

📋 copy color: '#A0343D'

red 160 ◦ green 52 ◦ blue 61

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

Shades of Guardsman Red #A0343D

Tints of Guardsman Red #A0343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 58.61%
G = 19.05%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0343D (or 0xA0343D) is known color: Guardsman Red. HEX triplet: A0, 34 and 3D. RGB value is (160,52,61). Sum of RGB (Red+Green+Blue) = 160+52+61=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0343D is #5FCBC2. Grayscale: #555555. Windows color (decimal): -6278083 or 4011168. OLE color: 4011168.

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

Color convert

RGB 160 52 61 -
CMYK 0 0.68 0.62 0.37
HSL 355º 0.51% 0.42% -
HSV(B) 355º 0.68% 0.63% -
XYZ 16.57 10.27 5.52 -
YUV 85.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 160 52 61 0 0.68 0.62 0.37 355 0.51 0.42
Hex A0 34 3D 0 44 3E 25 163 33 2A
Octal 240 64 75 0 104 76 45 543 63 52
Binary 10100000 110100 111101 0 1000100 111110 100101 101100011 110011 101010

Color Harmonies of #A0343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0343D

Black with #A0343D

Text Example


Text Example

White with #A0343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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