Html Css Color HEX #A6363A Guardsman Red

📋 copy color: '#A6363A'

red 166 ◦ green 54 ◦ blue 58

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

Shades of Guardsman Red #A6363A

Tints of Guardsman Red #A6363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.86%

R = 59.71%
G = 19.42%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6363A (or 0xA6363A) is known color: Guardsman Red. HEX triplet: A6, 36 and 3A. RGB value is (166,54,58). Sum of RGB (Red+Green+Blue) = 166+54+58=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A6363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6363A is #59C9C5. Grayscale: #585858. Windows color (decimal): -5884358 or 3815078. OLE color: 3815078.

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

Color convert

RGB 166 54 58 -
CMYK 0 0.67 0.65 0.35
HSL 357.86º 0.51% 0.43% -
HSV(B) 357.86º 0.67% 0.65% -
XYZ 17.81 11.05 5.2 -
YUV 87.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 166 54 58 0 0.67 0.65 0.35 357.86 0.51 0.43
Hex A6 36 3A 0 43 41 23 166 33 2B
Octal 246 66 72 0 103 101 43 546 63 53
Binary 10100110 110110 111010 0 1000011 1000001 100011 101100110 110011 101011

Color Harmonies of #A6363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6363A

Black with #A6363A

Text Example


Text Example

White with #A6363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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