Html Css Color HEX #A4242B Guardsman Red

📋 copy color: '#A4242B'

red 164 ◦ green 36 ◦ blue 43

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

Shades of Guardsman Red #A4242B

Tints of Guardsman Red #A4242B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.7%

R = 67.49%
G = 14.81%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4242B (or 0xA4242B) is known color: Guardsman Red. HEX triplet: A4, 24 and 2B. RGB value is (164,36,43). Sum of RGB (Red+Green+Blue) = 164+36+43=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A4242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4242B is #5BDBD4. Grayscale: #4B4B4B. Windows color (decimal): -6020053 or 2827428. OLE color: 2827428.

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

Color convert

RGB 164 36 43 -
CMYK 0 0.78 0.74 0.36
HSL 356.72º 0.64% 0.39% -
HSV(B) 356.72º 0.78% 0.64% -
XYZ 16.38 9.33 3.22 -
YUV 75.07 109.91 191.43 -
System Red Green Blue C M Y K H S L
Decimal 164 36 43 0 0.78 0.74 0.36 356.72 0.64 0.39
Hex A4 24 2B 0 4E 4A 24 165 40 27
Octal 244 44 53 0 116 112 44 545 100 47
Binary 10100100 100100 101011 0 1001110 1001010 100100 101100101 1000000 100111

Color Harmonies of #A4242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4242B

Black with #A4242B

Text Example


Text Example

White with #A4242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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