Html Css Color HEX #A1292E Guardsman Red

📋 copy color: '#A1292E'

red 161 ◦ green 41 ◦ blue 46

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

Shades of Guardsman Red #A1292E

Tints of Guardsman Red #A1292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.55%

R = 64.92%
G = 16.53%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1292E (or 0xA1292E) is known color: Guardsman Red. HEX triplet: A1, 29 and 2E. RGB value is (161,41,46). Sum of RGB (Red+Green+Blue) = 161+41+46=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A1292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1292E is #5ED6D1. Grayscale: #4D4D4D. Windows color (decimal): -6215378 or 3025313. OLE color: 3025313.

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

Color convert

RGB 161 41 46 -
CMYK 0 0.75 0.71 0.37
HSL 357.5º 0.59% 0.4% -
HSV(B) 357.5º 0.75% 0.63% -
XYZ 15.98 9.36 3.55 -
YUV 77.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 161 41 46 0 0.75 0.71 0.37 357.5 0.59 0.4
Hex A1 29 2E 0 4B 47 25 166 3B 28
Octal 241 51 56 0 113 107 45 546 73 50
Binary 10100001 101001 101110 0 1001011 1000111 100101 101100110 111011 101000

Color Harmonies of #A1292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1292E

Black with #A1292E

Text Example


Text Example

White with #A1292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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