Html Css Color HEX #A6282F Guardsman Red

📋 copy color: '#A6282F'

red 166 ◦ green 40 ◦ blue 47

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

Shades of Guardsman Red #A6282F

Tints of Guardsman Red #A6282F

RGB

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

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

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

R = 65.61%
G = 15.81%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A6282F (or 0xA6282F) is known color: Guardsman Red. HEX triplet: A6, 28 and 2F. RGB value is (166,40,47). Sum of RGB (Red+Green+Blue) = 166+40+47=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A6282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6282F is #59D7D0. Grayscale: #4E4E4E. Windows color (decimal): -5887953 or 3090598. OLE color: 3090598.

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

Color convert

RGB 166 40 47 -
CMYK 0 0.76 0.72 0.35
HSL 356.67º 0.61% 0.4% -
HSV(B) 356.67º 0.76% 0.65% -
XYZ 17 9.83 3.69 -
YUV 78.47 110.24 190.43 -
System Red Green Blue C M Y K H S L
Decimal 166 40 47 0 0.76 0.72 0.35 356.67 0.61 0.4
Hex A6 28 2F 0 4C 48 23 165 3D 28
Octal 246 50 57 0 114 110 43 545 75 50
Binary 10100110 101000 101111 0 1001100 1001000 100011 101100101 111101 101000

Color Harmonies of #A6282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6282F

Black with #A6282F

Text Example


Text Example

White with #A6282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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