Html Css Color HEX #A4242F Guardsman Red

📋 copy color: '#A4242F'

red 164 ◦ green 36 ◦ blue 47

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

Shades of Guardsman Red #A4242F

Tints of Guardsman Red #A4242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.03%

R = 66.4%
G = 14.57%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A4242F (or 0xA4242F) is known color: Guardsman Red. HEX triplet: A4, 24 and 2F. RGB value is (164,36,47). Sum of RGB (Red+Green+Blue) = 164+36+47=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A4242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4242F is #5BDBD0. Grayscale: #4B4B4B. Windows color (decimal): -6020049 or 3089572. OLE color: 3089572.

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

Color convert

RGB 164 36 47 -
CMYK 0 0.78 0.71 0.36
HSL 354.84º 0.64% 0.39% -
HSV(B) 354.84º 0.78% 0.64% -
XYZ 16.45 9.36 3.63 -
YUV 75.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 164 36 47 0 0.78 0.71 0.36 354.84 0.64 0.39
Hex A4 24 2F 0 4E 47 24 163 40 27
Octal 244 44 57 0 116 107 44 543 100 47
Binary 10100100 100100 101111 0 1001110 1000111 100100 101100011 1000000 100111

Color Harmonies of #A4242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4242F

Black with #A4242F

Text Example


Text Example

White with #A4242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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