Html Css Color HEX #A63B3C Guardsman Red

📋 copy color: '#A63B3C'

red 166 ◦ green 59 ◦ blue 60

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

Shades of Guardsman Red #A63B3C

Tints of Guardsman Red #A63B3C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.7%

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 58.25%
G = 20.7%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A63B3C (or 0xA63B3C) is known color: Guardsman Red. HEX triplet: A6, 3B and 3C. RGB value is (166,59,60). Sum of RGB (Red+Green+Blue) = 166+59+60=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63B3C is #59C4C3. Grayscale: #5B5B5B. Windows color (decimal): -5883076 or 3947430. OLE color: 3947430.

HSL color Cylindrical-coordinate representation of color #A63B3C: hue angle of 359.44º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63B3C is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 59 60 -
CMYK 0 0.64 0.64 0.35
HSL 359.44º 0.48% 0.44% -
HSV(B) 359.44º 0.64% 0.65% -
XYZ 18.11 11.56 5.55 -
YUV 91.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 166 59 60 0 0.64 0.64 0.35 359.44 0.48 0.44
Hex A6 3B 3C 0 40 40 23 167 30 2C
Octal 246 73 74 0 100 100 43 547 60 54
Binary 10100110 111011 111100 0 1000000 1000000 100011 101100111 110000 101100

Color Harmonies of #A63B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63B3C

Black with #A63B3C

Text Example


Text Example

White with #A63B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63B3C; }

 p { color: rgb(166,59,60); }

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

background-color css

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

 a { background-color: rgb(166,59,60); }

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

border-color css

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

 span { border-color: rgb(166,59,60); }

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