Html Css Color HEX #A1262C Guardsman Red

📋 copy color: '#A1262C'

red 161 ◦ green 38 ◦ blue 44

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

Shades of Guardsman Red #A1262C

Tints of Guardsman Red #A1262C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.11%

R = 66.26%
G = 15.64%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1262C (or 0xA1262C) is known color: Guardsman Red. HEX triplet: A1, 26 and 2C. RGB value is (161,38,44). Sum of RGB (Red+Green+Blue) = 161+38+44=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A1262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1262C is #5ED9D3. Grayscale: #4B4B4B. Windows color (decimal): -6216148 or 2893473. OLE color: 2893473.

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

Color convert

RGB 161 38 44 -
CMYK 0 0.76 0.73 0.37
HSL 357.07º 0.62% 0.39% -
HSV(B) 357.07º 0.76% 0.63% -
XYZ 15.85 9.15 3.31 -
YUV 75.46 110.25 189.01 -
System Red Green Blue C M Y K H S L
Decimal 161 38 44 0 0.76 0.73 0.37 357.07 0.62 0.39
Hex A1 26 2C 0 4C 49 25 165 3E 27
Octal 241 46 54 0 114 111 45 545 76 47
Binary 10100001 100110 101100 0 1001100 1001001 100101 101100101 111110 100111

Color Harmonies of #A1262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1262C

Black with #A1262C

Text Example


Text Example

White with #A1262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1262C; }

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

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

background-color css

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

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

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

border-color css

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

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

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