Html Css Color HEX #A0242C Guardsman Red

📋 copy color: '#A0242C'

red 160 ◦ green 36 ◦ blue 44

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

Shades of Guardsman Red #A0242C

Tints of Guardsman Red #A0242C

RGB

 RED value IS 160 (62.89% from 255) = 66.67%

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

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

R = 66.67%
G = 15%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0242C (or 0xA0242C) is known color: Guardsman Red. HEX triplet: A0, 24 and 2C. RGB value is (160,36,44). Sum of RGB (Red+Green+Blue) = 160+36+44=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0242C is #5FDBD3. Grayscale: #4A4A4A. Windows color (decimal): -6282196 or 2892960. OLE color: 2892960.

HSL color Cylindrical-coordinate representation of color #A0242C: hue angle of 356.13º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0242C is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 36 44 -
CMYK 0 0.78 0.72 0.37
HSL 356.13º 0.63% 0.38% -
HSV(B) 356.13º 0.78% 0.63% -
XYZ 15.58 8.92 3.28 -
YUV 73.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 160 36 44 0 0.78 0.72 0.37 356.13 0.63 0.38
Hex A0 24 2C 0 4E 48 25 164 3F 26
Octal 240 44 54 0 116 110 45 544 77 46
Binary 10100000 100100 101100 0 1001110 1001000 100101 101100100 111111 100110

Color Harmonies of #A0242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0242C

Black with #A0242C

Text Example


Text Example

White with #A0242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0242C; }

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

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

background-color css

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

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

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

border-color css

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

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

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