Html Css Color HEX #A0272B Guardsman Red

📋 copy color: '#A0272B'

red 160 ◦ green 39 ◦ blue 43

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

Shades of Guardsman Red #A0272B

Tints of Guardsman Red #A0272B

RGB

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

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

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

R = 66.12%
G = 16.12%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0272B (or 0xA0272B) is known color: Guardsman Red. HEX triplet: A0, 27 and 2B. RGB value is (160,39,43). Sum of RGB (Red+Green+Blue) = 160+39+43=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0272B is #5FD8D4. Grayscale: #4B4B4B. Windows color (decimal): -6281429 or 2828192. OLE color: 2828192.

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

Color convert

RGB 160 39 43 -
CMYK 0 0.76 0.73 0.37
HSL 358.02º 0.61% 0.39% -
HSV(B) 358.02º 0.76% 0.63% -
XYZ 15.66 9.1 3.22 -
YUV 75.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 160 39 43 0 0.76 0.73 0.37 358.02 0.61 0.39
Hex A0 27 2B 0 4C 49 25 166 3D 27
Octal 240 47 53 0 114 111 45 546 75 47
Binary 10100000 100111 101011 0 1001100 1001001 100101 101100110 111101 100111

Color Harmonies of #A0272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0272B

Black with #A0272B

Text Example


Text Example

White with #A0272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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