Html Css Color HEX #A0282E Guardsman Red

📋 copy color: '#A0282E'

red 160 ◦ green 40 ◦ blue 46

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

Shades of Guardsman Red #A0282E

Tints of Guardsman Red #A0282E

RGB

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

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

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

R = 65.04%
G = 16.26%
B = 18.7%

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

#A0282E (or 0xA0282E) is known color: Guardsman Red. HEX triplet: A0, 28 and 2E. RGB value is (160,40,46). Sum of RGB (Red+Green+Blue) = 160+40+46=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A0282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0282E is #5FD7D1. Grayscale: #4C4C4C. Windows color (decimal): -6281170 or 3025056. OLE color: 3025056.

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

Color convert

RGB 160 40 46 -
CMYK 0 0.75 0.71 0.37
HSL 357º 0.6% 0.39% -
HSV(B) 357º 0.75% 0.63% -
XYZ 15.75 9.19 3.53 -
YUV 76.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 160 40 46 0 0.75 0.71 0.37 357 0.6 0.39
Hex A0 28 2E 0 4B 47 25 165 3C 27
Octal 240 50 56 0 113 107 45 545 74 47
Binary 10100000 101000 101110 0 1001011 1000111 100101 101100101 111100 100111

Color Harmonies of #A0282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0282E

Black with #A0282E

Text Example


Text Example

White with #A0282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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