Html Css Color HEX #A0303D Guardsman Red

📋 copy color: '#A0303D'

red 160 ◦ green 48 ◦ blue 61

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

Shades of Guardsman Red #A0303D

Tints of Guardsman Red #A0303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

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

R = 59.48%
G = 17.84%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0303D (or 0xA0303D) is known color: Guardsman Red. HEX triplet: A0, 30 and 3D. RGB value is (160,48,61). Sum of RGB (Red+Green+Blue) = 160+48+61=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A0303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0303D is #5FCFC2. Grayscale: #535353. Windows color (decimal): -6279107 or 4010144. OLE color: 4010144.

HSL color Cylindrical-coordinate representation of color #A0303D: hue angle of 353.04º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0303D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 48 61 -
CMYK 0 0.70 0.62 0.37
HSL 353.04º 0.54% 0.41% -
HSV(B) 353.04º 0.7% 0.63% -
XYZ 16.4 9.92 5.47 -
YUV 82.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 160 48 61 0 0.70 0.62 0.37 353.04 0.54 0.41
Hex A0 30 3D 0 46 3E 25 161 36 29
Octal 240 60 75 0 106 76 45 541 66 51
Binary 10100000 110000 111101 0 1000110 111110 100101 101100001 110110 101001

Color Harmonies of #A0303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0303D

Black with #A0303D

Text Example


Text Example

White with #A0303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0303D; }

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

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

background-color css

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

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

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

border-color css

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

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

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