#A33239

Color #A33239 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #A33239

Tints of Guardsman Red #A33239

Color information

#A33239 (or 0xA33239) is unknown color: approx Guardsman Red. HEX triplet: A3, 32 and 39. RGB value is (163,50,57). Sum of RGB (Red+Green+Blue) = 163+50+57=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A33239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33239 is #5CCDC6. Grayscale: #545454. Windows color (decimal): -6081991 or 3748515. OLE color: 3748515.

HSL color Cylindrical-coordinate representation of color #A33239: hue angle of 356.28º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33239 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1635057-
CMYK00.690.650.36
HSL356.28º53.05%41.76%-
HSV(B)356.28º69.33%63.92%-
XYZ16.9810.364.98-
YUV84.58112.44183.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.37%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 57 (22.66% from 255) = 21.11%
R=60.37%
G=18.52%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163505700.690.650.36356.2853.0541.76
HexA332390454124164352a
Octal24362710105101445446552
Binary10100011110010111001010001011000001100100101100100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33239; }

 p { color: rgb(163,50,57); }

 H1.HeaderClassName
 {
   color: #A33239;
 }
 .AnyTagClassName
 {
   color: #A33239;
 }
</style>
background-color css

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

 a { background-color: rgb(163,50,57); }

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

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

 span { border-color: rgb(163,50,57); }

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