Html Css Color HEX #A42024 Guardsman Red

📋 copy color: '#A42024'

red 164 ◦ green 32 ◦ blue 36

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

Shades of Guardsman Red #A42024

Tints of Guardsman Red #A42024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.79%

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 70.69%
G = 13.79%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A42024 (or 0xA42024) is known color: Guardsman Red. HEX triplet: A4, 20 and 24. RGB value is (164,32,36). Sum of RGB (Red+Green+Blue) = 164+32+36=232 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.69% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 164 - color contains mainly: red. Hex color #A42024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42024 is #5BDFDB. Grayscale: #484848. Windows color (decimal): -6021084 or 2367652. OLE color: 2367652.

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

Color convert

RGB 164 32 36 -
CMYK 0 0.80 0.78 0.36
HSL 358.18º 0.67% 0.38% -
HSV(B) 358.18º 0.8% 0.64% -
XYZ 16.14 9.05 2.57 -
YUV 71.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 164 32 36 0 0.80 0.78 0.36 358.18 0.67 0.38
Hex A4 20 24 0 50 4E 24 166 43 26
Octal 244 40 44 0 120 116 44 546 103 46
Binary 10100100 100000 100100 0 1010000 1001110 100100 101100110 1000011 100110

Color Harmonies of #A42024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42024

Black with #A42024

Text Example


Text Example

White with #A42024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42024; }

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

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

background-color css

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

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

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

border-color css

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

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

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