Html Css Color HEX #A42C34 Guardsman Red

📋 copy color: '#A42C34'

red 164 ◦ green 44 ◦ blue 52

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

Shades of Guardsman Red #A42C34

Tints of Guardsman Red #A42C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.92%

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

R = 63.08%
G = 16.92%
B = 20%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A42C34 (or 0xA42C34) is known color: Guardsman Red. HEX triplet: A4, 2C and 34. RGB value is (164,44,52). Sum of RGB (Red+Green+Blue) = 164+44+52=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42C34 is #5BD3CB. Grayscale: #505050. Windows color (decimal): -6017996 or 3419300. OLE color: 3419300.

HSL color Cylindrical-coordinate representation of color #A42C34: hue angle of 356º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42C34 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 44 52 -
CMYK 0 0.73 0.68 0.36
HSL 356º 0.58% 0.41% -
HSV(B) 356º 0.73% 0.64% -
XYZ 16.83 9.94 4.28 -
YUV 80.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 164 44 52 0 0.73 0.68 0.36 356 0.58 0.41
Hex A4 2C 34 0 49 44 24 164 3A 29
Octal 244 54 64 0 111 104 44 544 72 51
Binary 10100100 101100 110100 0 1001001 1000100 100100 101100100 111010 101001

Color Harmonies of #A42C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42C34

Black with #A42C34

Text Example


Text Example

White with #A42C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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