Html Css Color HEX #A62941 Guardsman Red

📋 copy color: '#A62941'

red 166 ◦ green 41 ◦ blue 65

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

Shades of Guardsman Red #A62941

Tints of Guardsman Red #A62941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.9%

R = 61.03%
G = 15.07%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A62941 (or 0xA62941) is known color: Guardsman Red. HEX triplet: A6, 29 and 41. RGB value is (166,41,65). Sum of RGB (Red+Green+Blue) = 166+41+65=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A62941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62941 is #59D6BE. Grayscale: #515151. Windows color (decimal): -5887679 or 4270502. OLE color: 4270502.

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

Color convert

RGB 166 41 65 -
CMYK 0 0.75 0.61 0.35
HSL 348.48º 0.6% 0.41% -
HSV(B) 348.48º 0.75% 0.65% -
XYZ 17.47 10.07 6.02 -
YUV 81.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 166 41 65 0 0.75 0.61 0.35 348.48 0.6 0.41
Hex A6 29 41 0 4B 3D 23 15C 3C 29
Octal 246 51 101 0 113 75 43 534 74 51
Binary 10100110 101001 1000001 0 1001011 111101 100011 101011100 111100 101001

Color Harmonies of #A62941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62941

Black with #A62941

Text Example


Text Example

White with #A62941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62941; }

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

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

background-color css

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

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

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

border-color css

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

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

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