Html Css Color HEX #A6353F Guardsman Red

📋 copy color: '#A6353F'

red 166 ◦ green 53 ◦ blue 63

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

Shades of Guardsman Red #A6353F

Tints of Guardsman Red #A6353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.79%

 BLUE value IS 63 (25% from 255) = 22.34%

R = 58.87%
G = 18.79%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A6353F (or 0xA6353F) is known color: Guardsman Red. HEX triplet: A6, 35 and 3F. RGB value is (166,53,63). Sum of RGB (Red+Green+Blue) = 166+53+63=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A6353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6353F is #59CAC0. Grayscale: #585858. Windows color (decimal): -5884609 or 4142502. OLE color: 4142502.

HSL color Cylindrical-coordinate representation of color #A6353F: hue angle of 354.69º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6353F is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 53 63 -
CMYK 0 0.68 0.62 0.35
HSL 354.69º 0.52% 0.43% -
HSV(B) 354.69º 0.68% 0.65% -
XYZ 17.9 11.01 5.88 -
YUV 87.93 113.94 183.69 -
System Red Green Blue C M Y K H S L
Decimal 166 53 63 0 0.68 0.62 0.35 354.69 0.52 0.43
Hex A6 35 3F 0 44 3E 23 163 34 2B
Octal 246 65 77 0 104 76 43 543 64 53
Binary 10100110 110101 111111 0 1000100 111110 100011 101100011 110100 101011

Color Harmonies of #A6353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6353F

Black with #A6353F

Text Example


Text Example

White with #A6353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6353F; }

 p { color: rgb(166,53,63); }

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

background-color css

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

 a { background-color: rgb(166,53,63); }

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

border-color css

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

 span { border-color: rgb(166,53,63); }

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