Html Css Color HEX #A6282B Guardsman Red

📋 copy color: '#A6282B'

red 166 ◦ green 40 ◦ blue 43

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

Shades of Guardsman Red #A6282B

Tints of Guardsman Red #A6282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 66.67%
G = 16.06%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6282B (or 0xA6282B) is known color: Guardsman Red. HEX triplet: A6, 28 and 2B. RGB value is (166,40,43). Sum of RGB (Red+Green+Blue) = 166+40+43=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A6282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6282B is #59D7D4. Grayscale: #4E4E4E. Windows color (decimal): -5887957 or 2828454. OLE color: 2828454.

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

Color convert

RGB 166 40 43 -
CMYK 0 0.76 0.74 0.35
HSL 358.57º 0.61% 0.4% -
HSV(B) 358.57º 0.76% 0.65% -
XYZ 16.92 9.8 3.29 -
YUV 78.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 166 40 43 0 0.76 0.74 0.35 358.57 0.61 0.4
Hex A6 28 2B 0 4C 4A 23 167 3D 28
Octal 246 50 53 0 114 112 43 547 75 50
Binary 10100110 101000 101011 0 1001100 1001010 100011 101100111 111101 101000

Color Harmonies of #A6282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6282B

Black with #A6282B

Text Example


Text Example

White with #A6282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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