Html Css Color HEX #A8282A Guardsman Red

📋 copy color: '#A8282A'

red 168 ◦ green 40 ◦ blue 42

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

Shades of Guardsman Red #A8282A

Tints of Guardsman Red #A8282A

RGB

 RED value IS 168 (66.02% from 255) = 67.2%

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

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

R = 67.2%
G = 16%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8282A (or 0xA8282A) is known color: Guardsman Red. HEX triplet: A8, 28 and 2A. RGB value is (168,40,42). Sum of RGB (Red+Green+Blue) = 168+40+42=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A8282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8282A is #57D7D5. Grayscale: #4E4E4E. Windows color (decimal): -5756886 or 2762920. OLE color: 2762920.

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

Color convert

RGB 168 40 42 -
CMYK 0 0.76 0.75 0.34
HSL 359.06º 0.62% 0.41% -
HSV(B) 359.06º 0.76% 0.66% -
XYZ 17.33 10.01 3.21 -
YUV 78.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 168 40 42 0 0.76 0.75 0.34 359.06 0.62 0.41
Hex A8 28 2A 0 4C 4B 22 167 3E 29
Octal 250 50 52 0 114 113 42 547 76 51
Binary 10101000 101000 101010 0 1001100 1001011 100010 101100111 111110 101001

Color Harmonies of #A8282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8282A

Black with #A8282A

Text Example


Text Example

White with #A8282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8282A; }

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

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

background-color css

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

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

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

border-color css

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

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

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