Html Css Color HEX #A62D3D Guardsman Red

📋 copy color: '#A62D3D'

red 166 ◦ green 45 ◦ blue 61

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

Shades of Guardsman Red #A62D3D

Tints of Guardsman Red #A62D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.43%

R = 61.03%
G = 16.54%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A62D3D (or 0xA62D3D) is known color: Guardsman Red. HEX triplet: A6, 2D and 3D. RGB value is (166,45,61). Sum of RGB (Red+Green+Blue) = 166+45+61=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62D3D is #59D2C2. Grayscale: #535353. Windows color (decimal): -5886659 or 4009382. OLE color: 4009382.

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

Color convert

RGB 166 45 61 -
CMYK 0 0.73 0.63 0.35
HSL 352.07º 0.57% 0.41% -
HSV(B) 352.07º 0.73% 0.65% -
XYZ 17.51 10.32 5.48 -
YUV 83 115.59 187.2 -
System Red Green Blue C M Y K H S L
Decimal 166 45 61 0 0.73 0.63 0.35 352.07 0.57 0.41
Hex A6 2D 3D 0 49 3F 23 160 39 29
Octal 246 55 75 0 111 77 43 540 71 51
Binary 10100110 101101 111101 0 1001001 111111 100011 101100000 111001 101001

Color Harmonies of #A62D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62D3D

Black with #A62D3D

Text Example


Text Example

White with #A62D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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