Html Css Color HEX #A62D40 Guardsman Red

📋 copy color: '#A62D40'

red 166 ◦ green 45 ◦ blue 64

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

Shades of Guardsman Red #A62D40

Tints of Guardsman Red #A62D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.36%

 BLUE value IS 64 (25.39% from 255) = 23.27%

R = 60.36%
G = 16.36%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A62D40 (or 0xA62D40) is known color: Guardsman Red. HEX triplet: A6, 2D and 40. RGB value is (166,45,64). Sum of RGB (Red+Green+Blue) = 166+45+64=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62D40 is #59D2BF. Grayscale: #535353. Windows color (decimal): -5886656 or 4205990. OLE color: 4205990.

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

Color convert

RGB 166 45 64 -
CMYK 0 0.73 0.61 0.35
HSL 350.58º 0.57% 0.41% -
HSV(B) 350.58º 0.73% 0.65% -
XYZ 17.59 10.35 5.92 -
YUV 83.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 166 45 64 0 0.73 0.61 0.35 350.58 0.57 0.41
Hex A6 2D 40 0 49 3D 23 15F 39 29
Octal 246 55 100 0 111 75 43 537 71 51
Binary 10100110 101101 1000000 0 1001001 111101 100011 101011111 111001 101001

Color Harmonies of #A62D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62D40

Black with #A62D40

Text Example


Text Example

White with #A62D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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