Html Css Color HEX #A62D3B Guardsman Red

📋 copy color: '#A62D3B'

red 166 ◦ green 45 ◦ blue 59

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

Shades of Guardsman Red #A62D3B

Tints of Guardsman Red #A62D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.85%

R = 61.48%
G = 16.67%
B = 21.85%

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

#A62D3B (or 0xA62D3B) is known color: Guardsman Red. HEX triplet: A6, 2D and 3B. RGB value is (166,45,59). Sum of RGB (Red+Green+Blue) = 166+45+59=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62D3B is #59D2C4. Grayscale: #525252. Windows color (decimal): -5886661 or 3878310. OLE color: 3878310.

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

Color convert

RGB 166 45 59 -
CMYK 0 0.73 0.64 0.35
HSL 353.06º 0.57% 0.41% -
HSV(B) 353.06º 0.73% 0.65% -
XYZ 17.45 10.3 5.21 -
YUV 82.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 166 45 59 0 0.73 0.64 0.35 353.06 0.57 0.41
Hex A6 2D 3B 0 49 40 23 161 39 29
Octal 246 55 73 0 111 100 43 541 71 51
Binary 10100110 101101 111011 0 1001001 1000000 100011 101100001 111001 101001

Color Harmonies of #A62D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62D3B

Black with #A62D3B

Text Example


Text Example

White with #A62D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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