Html Css Color HEX #A42429 Guardsman Red

📋 copy color: '#A42429'

red 164 ◦ green 36 ◦ blue 41

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

Shades of Guardsman Red #A42429

Tints of Guardsman Red #A42429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.94%

 BLUE value IS 41 (16.41% from 255) = 17.01%

R = 68.05%
G = 14.94%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A42429 (or 0xA42429) is known color: Guardsman Red. HEX triplet: A4, 24 and 29. RGB value is (164,36,41). Sum of RGB (Red+Green+Blue) = 164+36+41=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A42429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42429 is #5BDBD6. Grayscale: #4A4A4A. Windows color (decimal): -6020055 or 2696356. OLE color: 2696356.

HSL color Cylindrical-coordinate representation of color #A42429: hue angle of 357.66º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42429 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 36 41 -
CMYK 0 0.78 0.75 0.36
HSL 357.66º 0.64% 0.39% -
HSV(B) 357.66º 0.78% 0.64% -
XYZ 16.34 9.31 3.03 -
YUV 74.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 164 36 41 0 0.78 0.75 0.36 357.66 0.64 0.39
Hex A4 24 29 0 4E 4B 24 166 40 27
Octal 244 44 51 0 116 113 44 546 100 47
Binary 10100100 100100 101001 0 1001110 1001011 100100 101100110 1000000 100111

Color Harmonies of #A42429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42429

Black with #A42429

Text Example


Text Example

White with #A42429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42429; }

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

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

background-color css

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

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

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

border-color css

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

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

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