Html Css Color HEX #A03039 Guardsman Red

📋 copy color: '#A03039'

red 160 ◦ green 48 ◦ blue 57

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

Shades of Guardsman Red #A03039

Tints of Guardsman Red #A03039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.51%

R = 60.38%
G = 18.11%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A03039 (or 0xA03039) is known color: Guardsman Red. HEX triplet: A0, 30 and 39. RGB value is (160,48,57). Sum of RGB (Red+Green+Blue) = 160+48+57=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A03039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03039 is #5FCFC6. Grayscale: #525252. Windows color (decimal): -6279111 or 3748000. OLE color: 3748000.

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

Color convert

RGB 160 48 57 -
CMYK 0 0.70 0.64 0.37
HSL 355.18º 0.54% 0.41% -
HSV(B) 355.18º 0.7% 0.63% -
XYZ 16.29 9.88 4.92 -
YUV 82.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 160 48 57 0 0.70 0.64 0.37 355.18 0.54 0.41
Hex A0 30 39 0 46 40 25 163 36 29
Octal 240 60 71 0 106 100 45 543 66 51
Binary 10100000 110000 111001 0 1000110 1000000 100101 101100011 110110 101001

Color Harmonies of #A03039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03039

Black with #A03039

Text Example


Text Example

White with #A03039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03039; }

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

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

background-color css

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

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

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

border-color css

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

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

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