Html Css Color HEX #A6292D Guardsman Red

📋 copy color: '#A6292D'

red 166 ◦ green 41 ◦ blue 45

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

Shades of Guardsman Red #A6292D

Tints of Guardsman Red #A6292D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.27%

 BLUE value IS 45 (17.97% from 255) = 17.86%

R = 65.87%
G = 16.27%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6292D (or 0xA6292D) is known color: Guardsman Red. HEX triplet: A6, 29 and 2D. RGB value is (166,41,45). Sum of RGB (Red+Green+Blue) = 166+41+45=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A6292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6292D is #59D6D2. Grayscale: #4E4E4E. Windows color (decimal): -5887699 or 2959782. OLE color: 2959782.

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

Color convert

RGB 166 41 45 -
CMYK 0 0.75 0.73 0.35
HSL 358.08º 0.6% 0.41% -
HSV(B) 358.08º 0.75% 0.65% -
XYZ 16.99 9.88 3.49 -
YUV 78.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 166 41 45 0 0.75 0.73 0.35 358.08 0.6 0.41
Hex A6 29 2D 0 4B 49 23 166 3C 29
Octal 246 51 55 0 113 111 43 546 74 51
Binary 10100110 101001 101101 0 1001011 1001001 100011 101100110 111100 101001

Color Harmonies of #A6292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6292D

Black with #A6292D

Text Example


Text Example

White with #A6292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6292D; }

 p { color: rgb(166,41,45); }

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

background-color css

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

 a { background-color: rgb(166,41,45); }

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

border-color css

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

 span { border-color: rgb(166,41,45); }

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