Html Css Color HEX #A0323D Guardsman Red

📋 copy color: '#A0323D'

red 160 ◦ green 50 ◦ blue 61

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

Shades of Guardsman Red #A0323D

Tints of Guardsman Red #A0323D

RGB

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

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

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

R = 59.04%
G = 18.45%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0323D (or 0xA0323D) is known color: Guardsman Red. HEX triplet: A0, 32 and 3D. RGB value is (160,50,61). Sum of RGB (Red+Green+Blue) = 160+50+61=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0323D is #5FCDC2. Grayscale: #545454. Windows color (decimal): -6278595 or 4010656. OLE color: 4010656.

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

Color convert

RGB 160 50 61 -
CMYK 0 0.69 0.62 0.37
HSL 354º 0.52% 0.41% -
HSV(B) 354º 0.69% 0.63% -
XYZ 16.48 10.09 5.49 -
YUV 84.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 160 50 61 0 0.69 0.62 0.37 354 0.52 0.41
Hex A0 32 3D 0 45 3E 25 162 34 29
Octal 240 62 75 0 105 76 45 542 64 51
Binary 10100000 110010 111101 0 1000101 111110 100101 101100010 110100 101001

Color Harmonies of #A0323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0323D

Black with #A0323D

Text Example


Text Example

White with #A0323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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