Html Css Color HEX #A62D3C Guardsman Red

📋 copy color: '#A62D3C'

red 166 ◦ green 45 ◦ blue 60

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

Shades of Guardsman Red #A62D3C

Tints of Guardsman Red #A62D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.14%

R = 61.25%
G = 16.61%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A62D3C (or 0xA62D3C) is known color: Guardsman Red. HEX triplet: A6, 2D and 3C. RGB value is (166,45,60). Sum of RGB (Red+Green+Blue) = 166+45+60=271 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.25% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62D3C is #59D2C3. Grayscale: #525252. Windows color (decimal): -5886660 or 3943846. OLE color: 3943846.

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

Color convert

RGB 166 45 60 -
CMYK 0 0.73 0.64 0.35
HSL 352.56º 0.57% 0.41% -
HSV(B) 352.56º 0.73% 0.65% -
XYZ 17.48 10.31 5.34 -
YUV 82.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 166 45 60 0 0.73 0.64 0.35 352.56 0.57 0.41
Hex A6 2D 3C 0 49 40 23 161 39 29
Octal 246 55 74 0 111 100 43 541 71 51
Binary 10100110 101101 111100 0 1001001 1000000 100011 101100001 111001 101001

Color Harmonies of #A62D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62D3C

Black with #A62D3C

Text Example


Text Example

White with #A62D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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