Html Css Color HEX #A63536 Guardsman Red

📋 copy color: '#A63536'

red 166 ◦ green 53 ◦ blue 54

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

Shades of Guardsman Red #A63536

Tints of Guardsman Red #A63536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.78%

R = 60.81%
G = 19.41%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A63536 (or 0xA63536) is known color: Guardsman Red. HEX triplet: A6, 35 and 36. RGB value is (166,53,54). Sum of RGB (Red+Green+Blue) = 166+53+54=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A63536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63536 is #59CAC9. Grayscale: #575757. Windows color (decimal): -5884618 or 3552678. OLE color: 3552678.

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

Color convert

RGB 166 53 54 -
CMYK 0 0.68 0.67 0.35
HSL 359.47º 0.52% 0.43% -
HSV(B) 359.47º 0.68% 0.65% -
XYZ 17.66 10.92 4.67 -
YUV 86.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 166 53 54 0 0.68 0.67 0.35 359.47 0.52 0.43
Hex A6 35 36 0 44 43 23 167 34 2B
Octal 246 65 66 0 104 103 43 547 64 53
Binary 10100110 110101 110110 0 1000100 1000011 100011 101100111 110100 101011

Color Harmonies of #A63536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63536

Black with #A63536

Text Example


Text Example

White with #A63536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63536; }

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

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

background-color css

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

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

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

border-color css

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

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

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