Html Css Color HEX #A03038 Guardsman Red

📋 copy color: '#A03038'

red 160 ◦ green 48 ◦ blue 56

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

Shades of Guardsman Red #A03038

Tints of Guardsman Red #A03038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.21%

R = 60.61%
G = 18.18%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A03038 (or 0xA03038) is known color: Guardsman Red. HEX triplet: A0, 30 and 38. RGB value is (160,48,56). Sum of RGB (Red+Green+Blue) = 160+48+56=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A03038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03038 is #5FCFC7. Grayscale: #525252. Windows color (decimal): -6279112 or 3682464. OLE color: 3682464.

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

Color convert

RGB 160 48 56 -
CMYK 0 0.70 0.65 0.37
HSL 355.71º 0.54% 0.41% -
HSV(B) 355.71º 0.7% 0.63% -
XYZ 16.27 9.87 4.79 -
YUV 82.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 160 48 56 0 0.70 0.65 0.37 355.71 0.54 0.41
Hex A0 30 38 0 46 41 25 164 36 29
Octal 240 60 70 0 106 101 45 544 66 51
Binary 10100000 110000 111000 0 1000110 1000001 100101 101100100 110110 101001

Color Harmonies of #A03038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03038

Black with #A03038

Text Example


Text Example

White with #A03038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03038; }

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

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

background-color css

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

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

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

border-color css

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

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

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