Html Css Color HEX #A1262F Guardsman Red

📋 copy color: '#A1262F'

red 161 ◦ green 38 ◦ blue 47

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

Shades of Guardsman Red #A1262F

Tints of Guardsman Red #A1262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.45%

 BLUE value IS 47 (18.75% from 255) = 19.11%

R = 65.45%
G = 15.45%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1262F (or 0xA1262F) is known color: Guardsman Red. HEX triplet: A1, 26 and 2F. RGB value is (161,38,47). Sum of RGB (Red+Green+Blue) = 161+38+47=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A1262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1262F is #5ED9D0. Grayscale: #4B4B4B. Windows color (decimal): -6216145 or 3090081. OLE color: 3090081.

HSL color Cylindrical-coordinate representation of color #A1262F: hue angle of 355.61º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1262F is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 38 47 -
CMYK 0 0.76 0.71 0.37
HSL 355.61º 0.62% 0.39% -
HSV(B) 355.61º 0.76% 0.63% -
XYZ 15.9 9.17 3.62 -
YUV 75.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 161 38 47 0 0.76 0.71 0.37 355.61 0.62 0.39
Hex A1 26 2F 0 4C 47 25 164 3E 27
Octal 241 46 57 0 114 107 45 544 76 47
Binary 10100001 100110 101111 0 1001100 1000111 100101 101100100 111110 100111

Color Harmonies of #A1262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1262F

Black with #A1262F

Text Example


Text Example

White with #A1262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1262F; }

 p { color: rgb(161,38,47); }

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

background-color css

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

 a { background-color: rgb(161,38,47); }

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

border-color css

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

 span { border-color: rgb(161,38,47); }

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