Html Css Color HEX #A8282C Guardsman Red

📋 copy color: '#A8282C'

red 168 ◦ green 40 ◦ blue 44

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

Shades of Guardsman Red #A8282C

Tints of Guardsman Red #A8282C

RGB

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

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

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

R = 66.67%
G = 15.87%
B = 17.46%

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

#A8282C (or 0xA8282C) is known color: Guardsman Red. HEX triplet: A8, 28 and 2C. RGB value is (168,40,44). Sum of RGB (Red+Green+Blue) = 168+40+44=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8282C is #57D7D3. Grayscale: #4E4E4E. Windows color (decimal): -5756884 or 2893992. OLE color: 2893992.

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

Color convert

RGB 168 40 44 -
CMYK 0 0.76 0.74 0.34
HSL 358.13º 0.62% 0.41% -
HSV(B) 358.13º 0.76% 0.66% -
XYZ 17.36 10.02 3.4 -
YUV 78.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 168 40 44 0 0.76 0.74 0.34 358.13 0.62 0.41
Hex A8 28 2C 0 4C 4A 22 166 3E 29
Octal 250 50 54 0 114 112 42 546 76 51
Binary 10101000 101000 101100 0 1001100 1001010 100010 101100110 111110 101001

Color Harmonies of #A8282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8282C

Black with #A8282C

Text Example


Text Example

White with #A8282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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