Html Css Color HEX #A0242A Guardsman Red

📋 copy color: '#A0242A'

red 160 ◦ green 36 ◦ blue 42

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

Shades of Guardsman Red #A0242A

Tints of Guardsman Red #A0242A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.65%

R = 67.23%
G = 15.13%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0242A (or 0xA0242A) is known color: Guardsman Red. HEX triplet: A0, 24 and 2A. RGB value is (160,36,42). Sum of RGB (Red+Green+Blue) = 160+36+42=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A0242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0242A is #5FDBD5. Grayscale: #494949. Windows color (decimal): -6282198 or 2761888. OLE color: 2761888.

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

Color convert

RGB 160 36 42 -
CMYK 0 0.78 0.74 0.37
HSL 357.1º 0.63% 0.38% -
HSV(B) 357.1º 0.78% 0.63% -
XYZ 15.55 8.9 3.09 -
YUV 73.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 160 36 42 0 0.78 0.74 0.37 357.1 0.63 0.38
Hex A0 24 2A 0 4E 4A 25 165 3F 26
Octal 240 44 52 0 116 112 45 545 77 46
Binary 10100000 100100 101010 0 1001110 1001010 100101 101100101 111111 100110

Color Harmonies of #A0242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0242A

Black with #A0242A

Text Example


Text Example

White with #A0242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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