#A33B3D

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

Shades of Guardsman Red #A33B3D

Tints of Guardsman Red #A33B3D

Color information

#A33B3D (or 0xA33B3D) is unknown color: approx Guardsman Red. HEX triplet: A3, 3B and 3D. RGB value is (163,59,61). Sum of RGB (Red+Green+Blue) = 163+59+61=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33B3D is #5CC4C2. Grayscale: #5A5A5A. Windows color (decimal): -6079683 or 4012963. OLE color: 4012963.

HSL color Cylindrical-coordinate representation of color #A33B3D: hue angle of 358.85º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33B3D is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1635961-
CMYK00.640.630.36
HSL358.85º46.85%43.53%-
HSV(B)358.85º63.8%63.92%-
XYZ17.5111.255.66-
YUV90.32111.46179.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.60%
GREEN value IS 59 (23.44% from 255) = 20.85%
BLUE value IS 61 (24.22% from 255) = 21.55%
R=57.60%
G=20.85%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163596100.640.630.36358.8546.8543.53
HexA33B3D0403F241672f2c
Octal2437375010077445475754
Binary1010001111101111110101000000111111100100101100111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B3D; }

 p { color: rgb(163,59,61); }

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

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

 a { background-color: rgb(163,59,61); }

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

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

 span { border-color: rgb(163,59,61); }

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