Html Css Color HEX #A4293E Guardsman Red

📋 copy color: '#A4293E'

red 164 ◦ green 41 ◦ blue 62

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

Shades of Guardsman Red #A4293E

Tints of Guardsman Red #A4293E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.22%

R = 61.42%
G = 15.36%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4293E (or 0xA4293E) is known color: Guardsman Red. HEX triplet: A4, 29 and 3E. RGB value is (164,41,62). Sum of RGB (Red+Green+Blue) = 164+41+62=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A4293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4293E is #5BD6C1. Grayscale: #505050. Windows color (decimal): -6018754 or 4073892. OLE color: 4073892.

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

Color convert

RGB 164 41 62 -
CMYK 0 0.75 0.62 0.36
HSL 349.76º 0.6% 0.4% -
HSV(B) 349.76º 0.75% 0.64% -
XYZ 16.97 9.83 5.56 -
YUV 80.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 164 41 62 0 0.75 0.62 0.36 349.76 0.6 0.4
Hex A4 29 3E 0 4B 3E 24 15E 3C 28
Octal 244 51 76 0 113 76 44 536 74 50
Binary 10100100 101001 111110 0 1001011 111110 100100 101011110 111100 101000

Color Harmonies of #A4293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4293E

Black with #A4293E

Text Example


Text Example

White with #A4293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4293E; }

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

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

background-color css

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

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

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

border-color css

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

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

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