Html Css Color HEX #A1262B Guardsman Red

📋 copy color: '#A1262B'

red 161 ◦ green 38 ◦ blue 43

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

Shades of Guardsman Red #A1262B

Tints of Guardsman Red #A1262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.77%

R = 66.53%
G = 15.7%
B = 17.77%

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

#A1262B (or 0xA1262B) is known color: Guardsman Red. HEX triplet: A1, 26 and 2B. RGB value is (161,38,43). Sum of RGB (Red+Green+Blue) = 161+38+43=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1262B is #5ED9D4. Grayscale: #4B4B4B. Windows color (decimal): -6216149 or 2827937. OLE color: 2827937.

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

Color convert

RGB 161 38 43 -
CMYK 0 0.76 0.73 0.37
HSL 357.56º 0.62% 0.39% -
HSV(B) 357.56º 0.76% 0.63% -
XYZ 15.83 9.14 3.22 -
YUV 75.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 161 38 43 0 0.76 0.73 0.37 357.56 0.62 0.39
Hex A1 26 2B 0 4C 49 25 166 3E 27
Octal 241 46 53 0 114 111 45 546 76 47
Binary 10100001 100110 101011 0 1001100 1001001 100101 101100110 111110 100111

Color Harmonies of #A1262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1262B

Black with #A1262B

Text Example


Text Example

White with #A1262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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