Html Css Color HEX #A4293C Guardsman Red

📋 copy color: '#A4293C'

red 164 ◦ green 41 ◦ blue 60

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

Shades of Guardsman Red #A4293C

Tints of Guardsman Red #A4293C

RGB

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

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

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

R = 61.89%
G = 15.47%
B = 22.64%

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

#A4293C (or 0xA4293C) is known color: Guardsman Red. HEX triplet: A4, 29 and 3C. RGB value is (164,41,60). Sum of RGB (Red+Green+Blue) = 164+41+60=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A4293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4293C is #5BD6C3. Grayscale: #4F4F4F. Windows color (decimal): -6018756 or 3942820. OLE color: 3942820.

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

Color convert

RGB 164 41 60 -
CMYK 0 0.75 0.63 0.36
HSL 350.73º 0.6% 0.4% -
HSV(B) 350.73º 0.75% 0.64% -
XYZ 16.92 9.8 5.28 -
YUV 79.94 116.75 187.96 -
System Red Green Blue C M Y K H S L
Decimal 164 41 60 0 0.75 0.63 0.36 350.73 0.6 0.4
Hex A4 29 3C 0 4B 3F 24 15F 3C 28
Octal 244 51 74 0 113 77 44 537 74 50
Binary 10100100 101001 111100 0 1001011 111111 100100 101011111 111100 101000

Color Harmonies of #A4293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4293C

Black with #A4293C

Text Example


Text Example

White with #A4293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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