Html Css Color HEX #A3293C Guardsman Red

📋 copy color: '#A3293C'

red 163 ◦ green 41 ◦ blue 60

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

Shades of Guardsman Red #A3293C

Tints of Guardsman Red #A3293C

RGB

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

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

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

R = 61.74%
G = 15.53%
B = 22.73%

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

#A3293C (or 0xA3293C) is known color: Guardsman Red. HEX triplet: A3, 29 and 3C. RGB value is (163,41,60). Sum of RGB (Red+Green+Blue) = 163+41+60=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A3293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3293C is #5CD6C3. Grayscale: #4F4F4F. Windows color (decimal): -6084292 or 3942819. OLE color: 3942819.

HSL color Cylindrical-coordinate representation of color #A3293C: hue angle of 350.66º 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 #A3293C is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 41 60 -
CMYK 0 0.75 0.63 0.36
HSL 350.66º 0.6% 0.4% -
HSV(B) 350.66º 0.75% 0.64% -
XYZ 16.71 9.7 5.27 -
YUV 79.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 163 41 60 0 0.75 0.63 0.36 350.66 0.6 0.4
Hex A3 29 3C 0 4B 3F 24 15F 3C 28
Octal 243 51 74 0 113 77 44 537 74 50
Binary 10100011 101001 111100 0 1001011 111111 100100 101011111 111100 101000

Color Harmonies of #A3293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3293C

Black with #A3293C

Text Example


Text Example

White with #A3293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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