Html Css Color HEX #A1282E Guardsman Red

📋 copy color: '#A1282E'

red 161 ◦ green 40 ◦ blue 46

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

Shades of Guardsman Red #A1282E

Tints of Guardsman Red #A1282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.19%

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

R = 65.18%
G = 16.19%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A1282E (or 0xA1282E) is known color: Guardsman Red. HEX triplet: A1, 28 and 2E. RGB value is (161,40,46). Sum of RGB (Red+Green+Blue) = 161+40+46=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A1282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1282E is #5ED7D1. Grayscale: #4C4C4C. Windows color (decimal): -6215634 or 3025057. OLE color: 3025057.

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

Color convert

RGB 161 40 46 -
CMYK 0 0.75 0.71 0.37
HSL 357.02º 0.6% 0.39% -
HSV(B) 357.02º 0.75% 0.63% -
XYZ 15.95 9.29 3.54 -
YUV 76.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 161 40 46 0 0.75 0.71 0.37 357.02 0.6 0.39
Hex A1 28 2E 0 4B 47 25 165 3C 27
Octal 241 50 56 0 113 107 45 545 74 47
Binary 10100001 101000 101110 0 1001011 1000111 100101 101100101 111100 100111

Color Harmonies of #A1282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1282E

Black with #A1282E

Text Example


Text Example

White with #A1282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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