Html Css Color HEX #A0323B Guardsman Red

📋 copy color: '#A0323B'

red 160 ◦ green 50 ◦ blue 59

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

Shades of Guardsman Red #A0323B

Tints of Guardsman Red #A0323B

RGB

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

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

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

R = 59.48%
G = 18.59%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A0323B (or 0xA0323B) is known color: Guardsman Red. HEX triplet: A0, 32 and 3B. RGB value is (160,50,59). Sum of RGB (Red+Green+Blue) = 160+50+59=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A0323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0323B is #5FCDC4. Grayscale: #535353. Windows color (decimal): -6278597 or 3879584. OLE color: 3879584.

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

Color convert

RGB 160 50 59 -
CMYK 0 0.69 0.63 0.37
HSL 355.09º 0.52% 0.41% -
HSV(B) 355.09º 0.69% 0.63% -
XYZ 16.43 10.07 5.22 -
YUV 83.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 160 50 59 0 0.69 0.63 0.37 355.09 0.52 0.41
Hex A0 32 3B 0 45 3F 25 163 34 29
Octal 240 62 73 0 105 77 45 543 64 51
Binary 10100000 110010 111011 0 1000101 111111 100101 101100011 110100 101001

Color Harmonies of #A0323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0323B

Black with #A0323B

Text Example


Text Example

White with #A0323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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