Html Css Color HEX #A03339 Guardsman Red

📋 copy color: '#A03339'

red 160 ◦ green 51 ◦ blue 57

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

Shades of Guardsman Red #A03339

Tints of Guardsman Red #A03339

RGB

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

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

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

R = 59.7%
G = 19.03%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A03339 (or 0xA03339) is known color: Guardsman Red. HEX triplet: A0, 33 and 39. RGB value is (160,51,57). Sum of RGB (Red+Green+Blue) = 160+51+57=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A03339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03339 is #5FCCC6. Grayscale: #545454. Windows color (decimal): -6278343 or 3748768. OLE color: 3748768.

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

Color convert

RGB 160 51 57 -
CMYK 0 0.68 0.64 0.37
HSL 356.7º 0.52% 0.41% -
HSV(B) 356.7º 0.68% 0.63% -
XYZ 16.42 10.14 4.96 -
YUV 84.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 160 51 57 0 0.68 0.64 0.37 356.7 0.52 0.41
Hex A0 33 39 0 44 40 25 165 34 29
Octal 240 63 71 0 104 100 45 545 64 51
Binary 10100000 110011 111001 0 1000100 1000000 100101 101100101 110100 101001

Color Harmonies of #A03339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03339

Black with #A03339

Text Example


Text Example

White with #A03339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03339; }

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

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

background-color css

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

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

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

border-color css

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

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

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