Html Css Color HEX #A4292D Guardsman Red

📋 copy color: '#A4292D'

red 164 ◦ green 41 ◦ blue 45

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

Shades of Guardsman Red #A4292D

Tints of Guardsman Red #A4292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18%

R = 65.6%
G = 16.4%
B = 18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4292D (or 0xA4292D) is known color: Guardsman Red. HEX triplet: A4, 29 and 2D. RGB value is (164,41,45). Sum of RGB (Red+Green+Blue) = 164+41+45=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A4292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4292D is #5BD6D2. Grayscale: #4E4E4E. Windows color (decimal): -6018771 or 2959780. OLE color: 2959780.

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

Color convert

RGB 164 41 45 -
CMYK 0 0.75 0.73 0.36
HSL 358.05º 0.6% 0.4% -
HSV(B) 358.05º 0.75% 0.64% -
XYZ 16.58 9.67 3.48 -
YUV 78.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 164 41 45 0 0.75 0.73 0.36 358.05 0.6 0.4
Hex A4 29 2D 0 4B 49 24 166 3C 28
Octal 244 51 55 0 113 111 44 546 74 50
Binary 10100100 101001 101101 0 1001011 1001001 100100 101100110 111100 101000

Color Harmonies of #A4292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4292D

Black with #A4292D

Text Example


Text Example

White with #A4292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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