Html Css Color HEX #A4242C Guardsman Red

📋 copy color: '#A4242C'

red 164 ◦ green 36 ◦ blue 44

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

Shades of Guardsman Red #A4242C

Tints of Guardsman Red #A4242C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.03%

R = 67.21%
G = 14.75%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4242C (or 0xA4242C) is known color: Guardsman Red. HEX triplet: A4, 24 and 2C. RGB value is (164,36,44). Sum of RGB (Red+Green+Blue) = 164+36+44=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A4242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4242C is #5BDBD3. Grayscale: #4B4B4B. Windows color (decimal): -6020052 or 2892964. OLE color: 2892964.

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

Color convert

RGB 164 36 44 -
CMYK 0 0.78 0.73 0.36
HSL 356.25º 0.64% 0.39% -
HSV(B) 356.25º 0.78% 0.64% -
XYZ 16.4 9.34 3.32 -
YUV 75.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 164 36 44 0 0.78 0.73 0.36 356.25 0.64 0.39
Hex A4 24 2C 0 4E 49 24 164 40 27
Octal 244 44 54 0 116 111 44 544 100 47
Binary 10100100 100100 101100 0 1001110 1001001 100100 101100100 1000000 100111

Color Harmonies of #A4242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4242C

Black with #A4242C

Text Example


Text Example

White with #A4242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4242C; }

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

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

background-color css

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

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

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

border-color css

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

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

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