Html Css Color HEX #A3363D Guardsman Red

📋 copy color: '#A3363D'

red 163 ◦ green 54 ◦ blue 61

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

Shades of Guardsman Red #A3363D

Tints of Guardsman Red #A3363D

RGB

 RED value IS 163 (64.06% from 255) = 58.63%

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

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

R = 58.63%
G = 19.42%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3363D (or 0xA3363D) is known color: Guardsman Red. HEX triplet: A3, 36 and 3D. RGB value is (163,54,61). Sum of RGB (Red+Green+Blue) = 163+54+61=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A3363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3363D is #5CC9C2. Grayscale: #575757. Windows color (decimal): -6080963 or 4011683. OLE color: 4011683.

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

Color convert

RGB 163 54 61 -
CMYK 0 0.67 0.63 0.36
HSL 356.15º 0.5% 0.43% -
HSV(B) 356.15º 0.67% 0.64% -
XYZ 17.27 10.76 5.58 -
YUV 87.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 163 54 61 0 0.67 0.63 0.36 356.15 0.5 0.43
Hex A3 36 3D 0 43 3F 24 164 32 2B
Octal 243 66 75 0 103 77 44 544 62 53
Binary 10100011 110110 111101 0 1000011 111111 100100 101100100 110010 101011

Color Harmonies of #A3363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3363D

Black with #A3363D

Text Example


Text Example

White with #A3363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3363D; }

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

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

background-color css

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

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

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

border-color css

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

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

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