Html Css Color HEX #A6363D Guardsman Red

📋 copy color: '#A6363D'

red 166 ◦ green 54 ◦ blue 61

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

Shades of Guardsman Red #A6363D

Tints of Guardsman Red #A6363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.22%

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

R = 59.07%
G = 19.22%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6363D (or 0xA6363D) is known color: Guardsman Red. HEX triplet: A6, 36 and 3D. RGB value is (166,54,61). Sum of RGB (Red+Green+Blue) = 166+54+61=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A6363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6363D is #59C9C2. Grayscale: #585858. Windows color (decimal): -5884355 or 4011686. OLE color: 4011686.

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

Color convert

RGB 166 54 61 -
CMYK 0 0.67 0.63 0.35
HSL 356.25º 0.51% 0.43% -
HSV(B) 356.25º 0.67% 0.65% -
XYZ 17.89 11.08 5.61 -
YUV 88.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 166 54 61 0 0.67 0.63 0.35 356.25 0.51 0.43
Hex A6 36 3D 0 43 3F 23 164 33 2B
Octal 246 66 75 0 103 77 43 544 63 53
Binary 10100110 110110 111101 0 1000011 111111 100011 101100100 110011 101011

Color Harmonies of #A6363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6363D

Black with #A6363D

Text Example


Text Example

White with #A6363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6363D; }

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

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

background-color css

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

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

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

border-color css

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

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

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