Html Css Color HEX #A42934 Guardsman Red

📋 copy color: '#A42934'

red 164 ◦ green 41 ◦ blue 52

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

Shades of Guardsman Red #A42934

Tints of Guardsman Red #A42934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.23%

R = 63.81%
G = 15.95%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A42934 (or 0xA42934) is known color: Guardsman Red. HEX triplet: A4, 29 and 34. RGB value is (164,41,52). Sum of RGB (Red+Green+Blue) = 164+41+52=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A42934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42934 is #5BD6CB. Grayscale: #4F4F4F. Windows color (decimal): -6018764 or 3418532. OLE color: 3418532.

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

Color convert

RGB 164 41 52 -
CMYK 0 0.75 0.68 0.36
HSL 354.63º 0.6% 0.4% -
HSV(B) 354.63º 0.75% 0.64% -
XYZ 16.72 9.73 4.24 -
YUV 79.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 164 41 52 0 0.75 0.68 0.36 354.63 0.6 0.4
Hex A4 29 34 0 4B 44 24 163 3C 28
Octal 244 51 64 0 113 104 44 543 74 50
Binary 10100100 101001 110100 0 1001011 1000100 100100 101100011 111100 101000

Color Harmonies of #A42934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42934

Black with #A42934

Text Example


Text Example

White with #A42934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42934; }

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

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

background-color css

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

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

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

border-color css

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

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

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