Html Css Color HEX #A1303A Guardsman Red

📋 copy color: '#A1303A'

red 161 ◦ green 48 ◦ blue 58

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

Shades of Guardsman Red #A1303A

Tints of Guardsman Red #A1303A

RGB

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

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

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

R = 60.3%
G = 17.98%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A1303A (or 0xA1303A) is known color: Guardsman Red. HEX triplet: A1, 30 and 3A. RGB value is (161,48,58). Sum of RGB (Red+Green+Blue) = 161+48+58=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A1303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1303A is #5ECFC5. Grayscale: #535353. Windows color (decimal): -6213574 or 3813537. OLE color: 3813537.

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

Color convert

RGB 161 48 58 -
CMYK 0 0.70 0.64 0.37
HSL 354.69º 0.54% 0.41% -
HSV(B) 354.69º 0.7% 0.63% -
XYZ 16.52 10 5.06 -
YUV 82.93 113.94 183.69 -
System Red Green Blue C M Y K H S L
Decimal 161 48 58 0 0.70 0.64 0.37 354.69 0.54 0.41
Hex A1 30 3A 0 46 40 25 163 36 29
Octal 241 60 72 0 106 100 45 543 66 51
Binary 10100001 110000 111010 0 1000110 1000000 100101 101100011 110110 101001

Color Harmonies of #A1303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1303A

Black with #A1303A

Text Example


Text Example

White with #A1303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1303A; }

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

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

background-color css

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

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

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

border-color css

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

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

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