Html Css Color HEX #A62A32 Guardsman Red

📋 copy color: '#A62A32'

red 166 ◦ green 42 ◦ blue 50

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

Shades of Guardsman Red #A62A32

Tints of Guardsman Red #A62A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.28%

 BLUE value IS 50 (19.92% from 255) = 19.38%

R = 64.34%
G = 16.28%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A62A32 (or 0xA62A32) is known color: Guardsman Red. HEX triplet: A6, 2A and 32. RGB value is (166,42,50). Sum of RGB (Red+Green+Blue) = 166+42+50=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62A32 is #59D5CD. Grayscale: #505050. Windows color (decimal): -5887438 or 3287718. OLE color: 3287718.

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

Color convert

RGB 166 42 50 -
CMYK 0 0.75 0.70 0.35
HSL 356.13º 0.6% 0.41% -
HSV(B) 356.13º 0.75% 0.65% -
XYZ 17.13 9.99 4.04 -
YUV 79.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 166 42 50 0 0.75 0.70 0.35 356.13 0.6 0.41
Hex A6 2A 32 0 4B 46 23 164 3C 29
Octal 246 52 62 0 113 106 43 544 74 51
Binary 10100110 101010 110010 0 1001011 1000110 100011 101100100 111100 101001

Color Harmonies of #A62A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62A32

Black with #A62A32

Text Example


Text Example

White with #A62A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62A32; }

 p { color: rgb(166,42,50); }

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

background-color css

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

 a { background-color: rgb(166,42,50); }

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

border-color css

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

 span { border-color: rgb(166,42,50); }

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