Html Css Color HEX #A42D40 Guardsman Red

📋 copy color: '#A42D40'

red 164 ◦ green 45 ◦ blue 64

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

Shades of Guardsman Red #A42D40

Tints of Guardsman Red #A42D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.48%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 60.07%
G = 16.48%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A42D40 (or 0xA42D40) is known color: Guardsman Red. HEX triplet: A4, 2D and 40. RGB value is (164,45,64). Sum of RGB (Red+Green+Blue) = 164+45+64=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42D40 is #5BD2BF. Grayscale: #525252. Windows color (decimal): -6017728 or 4205988. OLE color: 4205988.

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

Color convert

RGB 164 45 64 -
CMYK 0 0.73 0.61 0.36
HSL 350.42º 0.57% 0.41% -
HSV(B) 350.42º 0.73% 0.64% -
XYZ 17.17 10.14 5.9 -
YUV 82.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 164 45 64 0 0.73 0.61 0.36 350.42 0.57 0.41
Hex A4 2D 40 0 49 3D 24 15E 39 29
Octal 244 55 100 0 111 75 44 536 71 51
Binary 10100100 101101 1000000 0 1001001 111101 100100 101011110 111001 101001

Color Harmonies of #A42D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D40

Black with #A42D40

Text Example


Text Example

White with #A42D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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