Html Css Color HEX #A62931 Guardsman Red

📋 copy color: '#A62931'

red 166 ◦ green 41 ◦ blue 49

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

Shades of Guardsman Red #A62931

Tints of Guardsman Red #A62931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.14%

R = 64.84%
G = 16.02%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A62931 (or 0xA62931) is known color: Guardsman Red. HEX triplet: A6, 29 and 31. RGB value is (166,41,49). Sum of RGB (Red+Green+Blue) = 166+41+49=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A62931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62931 is #59D6CE. Grayscale: #4F4F4F. Windows color (decimal): -5887695 or 3221926. OLE color: 3221926.

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

Color convert

RGB 166 41 49 -
CMYK 0 0.75 0.70 0.35
HSL 356.16º 0.6% 0.41% -
HSV(B) 356.16º 0.75% 0.65% -
XYZ 17.07 9.91 3.92 -
YUV 79.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 166 41 49 0 0.75 0.70 0.35 356.16 0.6 0.41
Hex A6 29 31 0 4B 46 23 164 3C 29
Octal 246 51 61 0 113 106 43 544 74 51
Binary 10100110 101001 110001 0 1001011 1000110 100011 101100100 111100 101001

Color Harmonies of #A62931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62931

Black with #A62931

Text Example


Text Example

White with #A62931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62931; }

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

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

background-color css

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

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

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

border-color css

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

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

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