Html Css Color HEX #A03036 Guardsman Red

📋 copy color: '#A03036'

red 160 ◦ green 48 ◦ blue 54

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

Shades of Guardsman Red #A03036

Tints of Guardsman Red #A03036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

 BLUE value IS 54 (21.48% from 255) = 20.61%

R = 61.07%
G = 18.32%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A03036 (or 0xA03036) is known color: Guardsman Red. HEX triplet: A0, 30 and 36. RGB value is (160,48,54). Sum of RGB (Red+Green+Blue) = 160+48+54=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A03036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03036 is #5FCFC9. Grayscale: #525252. Windows color (decimal): -6279114 or 3551392. OLE color: 3551392.

HSL color Cylindrical-coordinate representation of color #A03036: hue angle of 356.79º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03036 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 48 54 -
CMYK 0 0.70 0.66 0.37
HSL 356.79º 0.54% 0.41% -
HSV(B) 356.79º 0.7% 0.63% -
XYZ 16.22 9.85 4.54 -
YUV 82.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 160 48 54 0 0.70 0.66 0.37 356.79 0.54 0.41
Hex A0 30 36 0 46 42 25 165 36 29
Octal 240 60 66 0 106 102 45 545 66 51
Binary 10100000 110000 110110 0 1000110 1000010 100101 101100101 110110 101001

Color Harmonies of #A03036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03036

Black with #A03036

Text Example


Text Example

White with #A03036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03036; }

 p { color: rgb(160,48,54); }

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

background-color css

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

 a { background-color: rgb(160,48,54); }

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

border-color css

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

 span { border-color: rgb(160,48,54); }

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