Html Css Color HEX #A4293A Guardsman Red

📋 copy color: '#A4293A'

red 164 ◦ green 41 ◦ blue 58

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

Shades of Guardsman Red #A4293A

Tints of Guardsman Red #A4293A

RGB

 RED value IS 164 (64.45% from 255) = 62.36%

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

 BLUE value IS 58 (23.05% from 255) = 22.05%

R = 62.36%
G = 15.59%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4293A (or 0xA4293A) is known color: Guardsman Red. HEX triplet: A4, 29 and 3A. RGB value is (164,41,58). Sum of RGB (Red+Green+Blue) = 164+41+58=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A4293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4293A is #5BD6C5. Grayscale: #4F4F4F. Windows color (decimal): -6018758 or 3811748. OLE color: 3811748.

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

Color convert

RGB 164 41 58 -
CMYK 0 0.75 0.65 0.36
HSL 351.71º 0.6% 0.4% -
HSV(B) 351.71º 0.75% 0.64% -
XYZ 16.87 9.78 5 -
YUV 79.72 115.75 188.12 -
System Red Green Blue C M Y K H S L
Decimal 164 41 58 0 0.75 0.65 0.36 351.71 0.6 0.4
Hex A4 29 3A 0 4B 41 24 160 3C 28
Octal 244 51 72 0 113 101 44 540 74 50
Binary 10100100 101001 111010 0 1001011 1000001 100100 101100000 111100 101000

Color Harmonies of #A4293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4293A

Black with #A4293A

Text Example


Text Example

White with #A4293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4293A; }

 p { color: rgb(164,41,58); }

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

background-color css

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

 a { background-color: rgb(164,41,58); }

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

border-color css

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

 span { border-color: rgb(164,41,58); }

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