Html Css Color HEX #A0272D Guardsman Red

📋 copy color: '#A0272D'

red 160 ◦ green 39 ◦ blue 45

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

Shades of Guardsman Red #A0272D

Tints of Guardsman Red #A0272D

RGB

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

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

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

R = 65.57%
G = 15.98%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0272D (or 0xA0272D) is known color: Guardsman Red. HEX triplet: A0, 27 and 2D. RGB value is (160,39,45). Sum of RGB (Red+Green+Blue) = 160+39+45=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A0272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0272D is #5FD8D2. Grayscale: #4B4B4B. Windows color (decimal): -6281427 or 2959264. OLE color: 2959264.

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

Color convert

RGB 160 39 45 -
CMYK 0 0.76 0.72 0.37
HSL 357.02º 0.61% 0.39% -
HSV(B) 357.02º 0.76% 0.63% -
XYZ 15.7 9.11 3.41 -
YUV 75.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 160 39 45 0 0.76 0.72 0.37 357.02 0.61 0.39
Hex A0 27 2D 0 4C 48 25 165 3D 27
Octal 240 47 55 0 114 110 45 545 75 47
Binary 10100000 100111 101101 0 1001100 1001000 100101 101100101 111101 100111

Color Harmonies of #A0272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0272D

Black with #A0272D

Text Example


Text Example

White with #A0272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0272D; }

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

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

background-color css

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

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

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

border-color css

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

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

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