Html Css Color HEX #A03337 Guardsman Red

📋 copy color: '#A03337'

red 160 ◦ green 51 ◦ blue 55

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

Shades of Guardsman Red #A03337

Tints of Guardsman Red #A03337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.17%

 BLUE value IS 55 (21.88% from 255) = 20.68%

R = 60.15%
G = 19.17%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A03337 (or 0xA03337) is known color: Guardsman Red. HEX triplet: A0, 33 and 37. RGB value is (160,51,55). Sum of RGB (Red+Green+Blue) = 160+51+55=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A03337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03337 is #5FCCC8. Grayscale: #545454. Windows color (decimal): -6278345 or 3617696. OLE color: 3617696.

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

Color convert

RGB 160 51 55 -
CMYK 0 0.68 0.66 0.37
HSL 357.8º 0.52% 0.41% -
HSV(B) 357.8º 0.68% 0.63% -
XYZ 16.37 10.12 4.7 -
YUV 84.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 160 51 55 0 0.68 0.66 0.37 357.8 0.52 0.41
Hex A0 33 37 0 44 42 25 166 34 29
Octal 240 63 67 0 104 102 45 546 64 51
Binary 10100000 110011 110111 0 1000100 1000010 100101 101100110 110100 101001

Color Harmonies of #A03337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03337

Black with #A03337

Text Example


Text Example

White with #A03337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03337; }

 p { color: rgb(160,51,55); }

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

background-color css

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

 a { background-color: rgb(160,51,55); }

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

border-color css

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

 span { border-color: rgb(160,51,55); }

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