Html Css Color HEX #A0272A Guardsman Red

📋 copy color: '#A0272A'

red 160 ◦ green 39 ◦ blue 42

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

Shades of Guardsman Red #A0272A

Tints of Guardsman Red #A0272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.18%

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

R = 66.39%
G = 16.18%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0272A (or 0xA0272A) is known color: Guardsman Red. HEX triplet: A0, 27 and 2A. RGB value is (160,39,42). Sum of RGB (Red+Green+Blue) = 160+39+42=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0272A is #5FD8D5. Grayscale: #4B4B4B. Windows color (decimal): -6281430 or 2762656. OLE color: 2762656.

HSL color Cylindrical-coordinate representation of color #A0272A: hue angle of 358.51º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0272A is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 39 42 -
CMYK 0 0.76 0.74 0.37
HSL 358.51º 0.61% 0.39% -
HSV(B) 358.51º 0.76% 0.63% -
XYZ 15.64 9.09 3.12 -
YUV 75.52 109.09 188.26 -
System Red Green Blue C M Y K H S L
Decimal 160 39 42 0 0.76 0.74 0.37 358.51 0.61 0.39
Hex A0 27 2A 0 4C 4A 25 167 3D 27
Octal 240 47 52 0 114 112 45 547 75 47
Binary 10100000 100111 101010 0 1001100 1001010 100101 101100111 111101 100111

Color Harmonies of #A0272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0272A

Black with #A0272A

Text Example


Text Example

White with #A0272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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