Html Css Color HEX #A4242D Guardsman Red

📋 copy color: '#A4242D'

red 164 ◦ green 36 ◦ blue 45

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

Shades of Guardsman Red #A4242D

Tints of Guardsman Red #A4242D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.37%

R = 66.94%
G = 14.69%
B = 18.37%

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

#A4242D (or 0xA4242D) is known color: Guardsman Red. HEX triplet: A4, 24 and 2D. RGB value is (164,36,45). Sum of RGB (Red+Green+Blue) = 164+36+45=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A4242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4242D is #5BDBD2. Grayscale: #4B4B4B. Windows color (decimal): -6020051 or 2958500. OLE color: 2958500.

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

Color convert

RGB 164 36 45 -
CMYK 0 0.78 0.73 0.36
HSL 355.78º 0.64% 0.39% -
HSV(B) 355.78º 0.78% 0.64% -
XYZ 16.41 9.34 3.42 -
YUV 75.3 110.91 191.27 -
System Red Green Blue C M Y K H S L
Decimal 164 36 45 0 0.78 0.73 0.36 355.78 0.64 0.39
Hex A4 24 2D 0 4E 49 24 164 40 27
Octal 244 44 55 0 116 111 44 544 100 47
Binary 10100100 100100 101101 0 1001110 1001001 100100 101100100 1000000 100111

Color Harmonies of #A4242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4242D

Black with #A4242D

Text Example


Text Example

White with #A4242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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