Html Css Color HEX #A0282F Guardsman Red

📋 copy color: '#A0282F'

red 160 ◦ green 40 ◦ blue 47

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

Shades of Guardsman Red #A0282F

Tints of Guardsman Red #A0282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.03%

R = 64.78%
G = 16.19%
B = 19.03%

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

#A0282F (or 0xA0282F) is known color: Guardsman Red. HEX triplet: A0, 28 and 2F. RGB value is (160,40,47). Sum of RGB (Red+Green+Blue) = 160+40+47=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A0282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0282F is #5FD7D0. Grayscale: #4C4C4C. Windows color (decimal): -6281169 or 3090592. OLE color: 3090592.

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

Color convert

RGB 160 40 47 -
CMYK 0 0.75 0.71 0.37
HSL 356.5º 0.6% 0.39% -
HSV(B) 356.5º 0.75% 0.63% -
XYZ 15.77 9.2 3.63 -
YUV 76.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 160 40 47 0 0.75 0.71 0.37 356.5 0.6 0.39
Hex A0 28 2F 0 4B 47 25 164 3C 27
Octal 240 50 57 0 113 107 45 544 74 47
Binary 10100000 101000 101111 0 1001011 1000111 100101 101100100 111100 100111

Color Harmonies of #A0282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0282F

Black with #A0282F

Text Example


Text Example

White with #A0282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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