Html Css Color HEX #A6353D Guardsman Red

📋 copy color: '#A6353D'

red 166 ◦ green 53 ◦ blue 61

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

Shades of Guardsman Red #A6353D

Tints of Guardsman Red #A6353D

RGB

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

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

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

R = 59.29%
G = 18.93%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6353D (or 0xA6353D) is known color: Guardsman Red. HEX triplet: A6, 35 and 3D. RGB value is (166,53,61). Sum of RGB (Red+Green+Blue) = 166+53+61=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A6353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6353D is #59CAC2. Grayscale: #575757. Windows color (decimal): -5884611 or 4011430. OLE color: 4011430.

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

Color convert

RGB 166 53 61 -
CMYK 0 0.68 0.63 0.35
HSL 355.75º 0.52% 0.43% -
HSV(B) 355.75º 0.68% 0.65% -
XYZ 17.84 10.99 5.6 -
YUV 87.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 166 53 61 0 0.68 0.63 0.35 355.75 0.52 0.43
Hex A6 35 3D 0 44 3F 23 164 34 2B
Octal 246 65 75 0 104 77 43 544 64 53
Binary 10100110 110101 111101 0 1000100 111111 100011 101100100 110100 101011

Color Harmonies of #A6353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6353D

Black with #A6353D

Text Example


Text Example

White with #A6353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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