Html Css Color HEX #A1262D Guardsman Red

📋 copy color: '#A1262D'

red 161 ◦ green 38 ◦ blue 45

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

Shades of Guardsman Red #A1262D

Tints of Guardsman Red #A1262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.44%

R = 65.98%
G = 15.57%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A1262D (or 0xA1262D) is known color: Guardsman Red. HEX triplet: A1, 26 and 2D. RGB value is (161,38,45). Sum of RGB (Red+Green+Blue) = 161+38+45=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A1262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1262D is #5ED9D2. Grayscale: #4B4B4B. Windows color (decimal): -6216147 or 2959009. OLE color: 2959009.

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

Color convert

RGB 161 38 45 -
CMYK 0 0.76 0.72 0.37
HSL 356.59º 0.62% 0.39% -
HSV(B) 356.59º 0.76% 0.63% -
XYZ 15.86 9.15 3.41 -
YUV 75.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 161 38 45 0 0.76 0.72 0.37 356.59 0.62 0.39
Hex A1 26 2D 0 4C 48 25 165 3E 27
Octal 241 46 55 0 114 110 45 545 76 47
Binary 10100001 100110 101101 0 1001100 1001000 100101 101100101 111110 100111

Color Harmonies of #A1262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1262D

Black with #A1262D

Text Example


Text Example

White with #A1262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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