Html Css Color HEX #A03338 Guardsman Red

📋 copy color: '#A03338'

red 160 ◦ green 51 ◦ blue 56

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

Shades of Guardsman Red #A03338

Tints of Guardsman Red #A03338

RGB

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

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

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

R = 59.93%
G = 19.1%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A03338 (or 0xA03338) is known color: Guardsman Red. HEX triplet: A0, 33 and 38. RGB value is (160,51,56). Sum of RGB (Red+Green+Blue) = 160+51+56=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A03338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03338 is #5FCCC7. Grayscale: #545454. Windows color (decimal): -6278344 or 3683232. OLE color: 3683232.

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

Color convert

RGB 160 51 56 -
CMYK 0 0.68 0.65 0.37
HSL 357.25º 0.52% 0.41% -
HSV(B) 357.25º 0.68% 0.63% -
XYZ 16.39 10.13 4.83 -
YUV 84.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 160 51 56 0 0.68 0.65 0.37 357.25 0.52 0.41
Hex A0 33 38 0 44 41 25 165 34 29
Octal 240 63 70 0 104 101 45 545 64 51
Binary 10100000 110011 111000 0 1000100 1000001 100101 101100101 110100 101001

Color Harmonies of #A03338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03338

Black with #A03338

Text Example


Text Example

White with #A03338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03338; }

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

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

background-color css

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

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

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

border-color css

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

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

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