Html Css Color HEX #A1292B Guardsman Red

📋 copy color: '#A1292B'

red 161 ◦ green 41 ◦ blue 43

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

Shades of Guardsman Red #A1292B

Tints of Guardsman Red #A1292B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

 BLUE value IS 43 (17.19% from 255) = 17.55%

R = 65.71%
G = 16.73%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1292B (or 0xA1292B) is known color: Guardsman Red. HEX triplet: A1, 29 and 2B. RGB value is (161,41,43). Sum of RGB (Red+Green+Blue) = 161+41+43=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A1292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1292B is #5ED6D4. Grayscale: #4D4D4D. Windows color (decimal): -6215381 or 2828705. OLE color: 2828705.

HSL color Cylindrical-coordinate representation of color #A1292B: hue angle of 359º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1292B is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 41 43 -
CMYK 0 0.75 0.73 0.37
HSL 359º 0.59% 0.4% -
HSV(B) 359º 0.75% 0.63% -
XYZ 15.93 9.34 3.25 -
YUV 77.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 161 41 43 0 0.75 0.73 0.37 359 0.59 0.4
Hex A1 29 2B 0 4B 49 25 167 3B 28
Octal 241 51 53 0 113 111 45 547 73 50
Binary 10100001 101001 101011 0 1001011 1001001 100101 101100111 111011 101000

Color Harmonies of #A1292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1292B

Black with #A1292B

Text Example


Text Example

White with #A1292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1292B; }

 p { color: rgb(161,41,43); }

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

background-color css

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

 a { background-color: rgb(161,41,43); }

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

border-color css

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

 span { border-color: rgb(161,41,43); }

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