Html Css Color HEX #A6282C Guardsman Red

📋 copy color: '#A6282C'

red 166 ◦ green 40 ◦ blue 44

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

Shades of Guardsman Red #A6282C

Tints of Guardsman Red #A6282C

RGB

 RED value IS 166 (65.23% from 255) = 66.4%

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

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

R = 66.4%
G = 16%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6282C (or 0xA6282C) is known color: Guardsman Red. HEX triplet: A6, 28 and 2C. RGB value is (166,40,44). Sum of RGB (Red+Green+Blue) = 166+40+44=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6282C is #59D7D3. Grayscale: #4E4E4E. Windows color (decimal): -5887956 or 2893990. OLE color: 2893990.

HSL color Cylindrical-coordinate representation of color #A6282C: hue angle of 358.1º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6282C is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 40 44 -
CMYK 0 0.76 0.73 0.35
HSL 358.1º 0.61% 0.4% -
HSV(B) 358.1º 0.76% 0.65% -
XYZ 16.94 9.81 3.38 -
YUV 78.13 108.74 190.67 -
System Red Green Blue C M Y K H S L
Decimal 166 40 44 0 0.76 0.73 0.35 358.1 0.61 0.4
Hex A6 28 2C 0 4C 49 23 166 3D 28
Octal 246 50 54 0 114 111 43 546 75 50
Binary 10100110 101000 101100 0 1001100 1001001 100011 101100110 111101 101000

Color Harmonies of #A6282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6282C

Black with #A6282C

Text Example


Text Example

White with #A6282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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