Html Css Color HEX #A62936 Guardsman Red

📋 copy color: '#A62936'

red 166 ◦ green 41 ◦ blue 54

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

Shades of Guardsman Red #A62936

Tints of Guardsman Red #A62936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.69%

R = 63.6%
G = 15.71%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A62936 (or 0xA62936) is known color: Guardsman Red. HEX triplet: A6, 29 and 36. RGB value is (166,41,54). Sum of RGB (Red+Green+Blue) = 166+41+54=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A62936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62936 is #59D6C9. Grayscale: #4F4F4F. Windows color (decimal): -5887690 or 3549606. OLE color: 3549606.

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

Color convert

RGB 166 41 54 -
CMYK 0 0.75 0.67 0.35
HSL 353.76º 0.6% 0.41% -
HSV(B) 353.76º 0.75% 0.65% -
XYZ 17.18 9.96 4.51 -
YUV 79.86 113.41 189.44 -
System Red Green Blue C M Y K H S L
Decimal 166 41 54 0 0.75 0.67 0.35 353.76 0.6 0.41
Hex A6 29 36 0 4B 43 23 162 3C 29
Octal 246 51 66 0 113 103 43 542 74 51
Binary 10100110 101001 110110 0 1001011 1000011 100011 101100010 111100 101001

Color Harmonies of #A62936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62936

Black with #A62936

Text Example


Text Example

White with #A62936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62936; }

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

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

background-color css

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

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

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

border-color css

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

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

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