Html Css Color HEX #A0282A Guardsman Red

📋 copy color: '#A0282A'

red 160 ◦ green 40 ◦ blue 42

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

Shades of Guardsman Red #A0282A

Tints of Guardsman Red #A0282A

RGB

 RED value IS 160 (62.89% from 255) = 66.12%

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

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 66.12%
G = 16.53%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0282A (or 0xA0282A) is known color: Guardsman Red. HEX triplet: A0, 28 and 2A. RGB value is (160,40,42). Sum of RGB (Red+Green+Blue) = 160+40+42=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0282A is #5FD7D5. Grayscale: #4C4C4C. Windows color (decimal): -6281174 or 2762912. OLE color: 2762912.

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

Color convert

RGB 160 40 42 -
CMYK 0 0.75 0.74 0.37
HSL 359º 0.6% 0.39% -
HSV(B) 359º 0.75% 0.63% -
XYZ 15.67 9.16 3.13 -
YUV 76.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 160 40 42 0 0.75 0.74 0.37 359 0.6 0.39
Hex A0 28 2A 0 4B 4A 25 167 3C 27
Octal 240 50 52 0 113 112 45 547 74 47
Binary 10100000 101000 101010 0 1001011 1001010 100101 101100111 111100 100111

Color Harmonies of #A0282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0282A

Black with #A0282A

Text Example


Text Example

White with #A0282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0282A; }

 p { color: rgb(160,40,42); }

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

background-color css

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

 a { background-color: rgb(160,40,42); }

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

border-color css

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

 span { border-color: rgb(160,40,42); }

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