Html Css Color HEX #A3293D Guardsman Red

📋 copy color: '#A3293D'

red 163 ◦ green 41 ◦ blue 61

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

Shades of Guardsman Red #A3293D

Tints of Guardsman Red #A3293D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.47%

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

R = 61.51%
G = 15.47%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3293D (or 0xA3293D) is known color: Guardsman Red. HEX triplet: A3, 29 and 3D. RGB value is (163,41,61). Sum of RGB (Red+Green+Blue) = 163+41+61=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A3293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3293D is #5CD6C2. Grayscale: #4F4F4F. Windows color (decimal): -6084291 or 4008355. OLE color: 4008355.

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

Color convert

RGB 163 41 61 -
CMYK 0 0.75 0.63 0.36
HSL 350.16º 0.6% 0.4% -
HSV(B) 350.16º 0.75% 0.64% -
XYZ 16.74 9.71 5.41 -
YUV 79.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 163 41 61 0 0.75 0.63 0.36 350.16 0.6 0.4
Hex A3 29 3D 0 4B 3F 24 15E 3C 28
Octal 243 51 75 0 113 77 44 536 74 50
Binary 10100011 101001 111101 0 1001011 111111 100100 101011110 111100 101000

Color Harmonies of #A3293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3293D

Black with #A3293D

Text Example


Text Example

White with #A3293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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