Html Css Color HEX #A1282C Guardsman Red

📋 copy color: '#A1282C'

red 161 ◦ green 40 ◦ blue 44

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

Shades of Guardsman Red #A1282C

Tints of Guardsman Red #A1282C

RGB

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

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

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

R = 65.71%
G = 16.33%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A1282C (or 0xA1282C) is known color: Guardsman Red. HEX triplet: A1, 28 and 2C. RGB value is (161,40,44). Sum of RGB (Red+Green+Blue) = 161+40+44=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A1282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1282C is #5ED7D3. Grayscale: #4C4C4C. Windows color (decimal): -6215636 or 2893985. OLE color: 2893985.

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

Color convert

RGB 161 40 44 -
CMYK 0 0.75 0.73 0.37
HSL 358.02º 0.6% 0.39% -
HSV(B) 358.02º 0.75% 0.63% -
XYZ 15.91 9.28 3.33 -
YUV 76.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 161 40 44 0 0.75 0.73 0.37 358.02 0.6 0.39
Hex A1 28 2C 0 4B 49 25 166 3C 27
Octal 241 50 54 0 113 111 45 546 74 47
Binary 10100001 101000 101100 0 1001011 1001001 100101 101100110 111100 100111

Color Harmonies of #A1282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1282C

Black with #A1282C

Text Example


Text Example

White with #A1282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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