Html Css Color HEX #A62D34 Guardsman Red

📋 copy color: '#A62D34'

red 166 ◦ green 45 ◦ blue 52

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

Shades of Guardsman Red #A62D34

Tints of Guardsman Red #A62D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.77%

R = 63.12%
G = 17.11%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A62D34 (or 0xA62D34) is known color: Guardsman Red. HEX triplet: A6, 2D and 34. RGB value is (166,45,52). Sum of RGB (Red+Green+Blue) = 166+45+52=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62D34 is #59D2CB. Grayscale: #525252. Windows color (decimal): -5886668 or 3419558. OLE color: 3419558.

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

Color convert

RGB 166 45 52 -
CMYK 0 0.73 0.69 0.35
HSL 356.53º 0.57% 0.41% -
HSV(B) 356.53º 0.73% 0.65% -
XYZ 17.28 10.23 4.31 -
YUV 81.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 166 45 52 0 0.73 0.69 0.35 356.53 0.57 0.41
Hex A6 2D 34 0 49 45 23 165 39 29
Octal 246 55 64 0 111 105 43 545 71 51
Binary 10100110 101101 110100 0 1001001 1000101 100011 101100101 111001 101001

Color Harmonies of #A62D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62D34

Black with #A62D34

Text Example


Text Example

White with #A62D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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