Html Css Color HEX #A0323A Guardsman Red

📋 copy color: '#A0323A'

red 160 ◦ green 50 ◦ blue 58

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

Shades of Guardsman Red #A0323A

Tints of Guardsman Red #A0323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

 BLUE value IS 58 (23.05% from 255) = 21.64%

R = 59.7%
G = 18.66%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0323A (or 0xA0323A) is known color: Guardsman Red. HEX triplet: A0, 32 and 3A. RGB value is (160,50,58). Sum of RGB (Red+Green+Blue) = 160+50+58=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A0323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0323A is #5FCDC5. Grayscale: #535353. Windows color (decimal): -6278598 or 3814048. OLE color: 3814048.

HSL color Cylindrical-coordinate representation of color #A0323A: hue angle of 355.64º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0323A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 50 58 -
CMYK 0 0.69 0.64 0.37
HSL 355.64º 0.52% 0.41% -
HSV(B) 355.64º 0.69% 0.63% -
XYZ 16.4 10.06 5.08 -
YUV 83.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 160 50 58 0 0.69 0.64 0.37 355.64 0.52 0.41
Hex A0 32 3A 0 45 40 25 164 34 29
Octal 240 62 72 0 105 100 45 544 64 51
Binary 10100000 110010 111010 0 1000101 1000000 100101 101100100 110100 101001

Color Harmonies of #A0323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0323A

Black with #A0323A

Text Example


Text Example

White with #A0323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0323A; }

 p { color: rgb(160,50,58); }

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

background-color css

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

 a { background-color: rgb(160,50,58); }

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

border-color css

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

 span { border-color: rgb(160,50,58); }

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