Html Css Color HEX #A1303F Guardsman Red

📋 copy color: '#A1303F'

red 161 ◦ green 48 ◦ blue 63

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

Shades of Guardsman Red #A1303F

Tints of Guardsman Red #A1303F

RGB

 RED value IS 161 (63.28% from 255) = 59.19%

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

 BLUE value IS 63 (25% from 255) = 23.16%

R = 59.19%
G = 17.65%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1303F (or 0xA1303F) is known color: Guardsman Red. HEX triplet: A1, 30 and 3F. RGB value is (161,48,63). Sum of RGB (Red+Green+Blue) = 161+48+63=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A1303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1303F is #5ECFC0. Grayscale: #535353. Windows color (decimal): -6213569 or 4141217. OLE color: 4141217.

HSL color Cylindrical-coordinate representation of color #A1303F: hue angle of 352.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 #A1303F is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 48 63 -
CMYK 0 0.70 0.61 0.37
HSL 352.04º 0.54% 0.41% -
HSV(B) 352.04º 0.7% 0.63% -
XYZ 16.65 10.05 5.76 -
YUV 83.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 161 48 63 0 0.70 0.61 0.37 352.04 0.54 0.41
Hex A1 30 3F 0 46 3D 25 160 36 29
Octal 241 60 77 0 106 75 45 540 66 51
Binary 10100001 110000 111111 0 1000110 111101 100101 101100000 110110 101001

Color Harmonies of #A1303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1303F

Black with #A1303F

Text Example


Text Example

White with #A1303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1303F; }

 p { color: rgb(161,48,63); }

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

background-color css

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

 a { background-color: rgb(161,48,63); }

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

border-color css

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

 span { border-color: rgb(161,48,63); }

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