Html Css Color HEX #A9282C Guardsman Red

📋 copy color: '#A9282C'

red 169 ◦ green 40 ◦ blue 44

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

Shades of Guardsman Red #A9282C

Tints of Guardsman Red #A9282C

RGB

 RED value IS 169 (66.41% from 255) = 66.8%

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

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

R = 66.8%
G = 15.81%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A9282C (or 0xA9282C) is known color: Guardsman Red. HEX triplet: A9, 28 and 2C. RGB value is (169,40,44). Sum of RGB (Red+Green+Blue) = 169+40+44=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A9282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9282C is #56D7D3. Grayscale: #4F4F4F. Windows color (decimal): -5691348 or 2893993. OLE color: 2893993.

HSL color Cylindrical-coordinate representation of color #A9282C: hue angle of 358.14º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9282C is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 40 44 -
CMYK 0 0.76 0.74 0.34
HSL 358.14º 0.62% 0.41% -
HSV(B) 358.14º 0.76% 0.66% -
XYZ 17.58 10.13 3.41 -
YUV 79.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 169 40 44 0 0.76 0.74 0.34 358.14 0.62 0.41
Hex A9 28 2C 0 4C 4A 22 166 3E 29
Octal 251 50 54 0 114 112 42 546 76 51
Binary 10101001 101000 101100 0 1001100 1001010 100010 101100110 111110 101001

Color Harmonies of #A9282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9282C

Black with #A9282C

Text Example


Text Example

White with #A9282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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