Html Css Color HEX #A1262E Guardsman Red

📋 copy color: '#A1262E'

red 161 ◦ green 38 ◦ blue 46

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

Shades of Guardsman Red #A1262E

Tints of Guardsman Red #A1262E

RGB

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

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

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

R = 65.71%
G = 15.51%
B = 18.78%

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

#A1262E (or 0xA1262E) is known color: Guardsman Red. HEX triplet: A1, 26 and 2E. RGB value is (161,38,46). Sum of RGB (Red+Green+Blue) = 161+38+46=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A1262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1262E is #5ED9D1. Grayscale: #4B4B4B. Windows color (decimal): -6216146 or 3024545. OLE color: 3024545.

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

Color convert

RGB 161 38 46 -
CMYK 0 0.76 0.71 0.37
HSL 356.1º 0.62% 0.39% -
HSV(B) 356.1º 0.76% 0.63% -
XYZ 15.88 9.16 3.52 -
YUV 75.69 111.25 188.85 -
System Red Green Blue C M Y K H S L
Decimal 161 38 46 0 0.76 0.71 0.37 356.1 0.62 0.39
Hex A1 26 2E 0 4C 47 25 164 3E 27
Octal 241 46 56 0 114 107 45 544 76 47
Binary 10100001 100110 101110 0 1001100 1000111 100101 101100100 111110 100111

Color Harmonies of #A1262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1262E

Black with #A1262E

Text Example


Text Example

White with #A1262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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