#A33C08

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

Shades of Rust #A33C08

Tints of Rust #A33C08

Color information

#A33C08 (or 0xA33C08) is unknown color: approx Rust. HEX triplet: A3, 3C and 08. RGB value is (163,60,8). Sum of RGB (Red+Green+Blue) = 163+60+8=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33C08 is #5CC3F7. Grayscale: #555555. Windows color (decimal): -6079480 or 539811. OLE color: 539811.

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

Color convert

RGB163608-
CMYK00.630.950.36
HSL20.13º90.64%33.53%-
HSV(B)20.13º95.09%63.92%-
XYZ16.7611.041.48-
YUV84.8784.62183.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.56%
GREEN value IS 60 (23.83% from 255) = 25.97%
BLUE value IS 8 (3.52% from 255) = 3.46%
R=70.56%
G=25.97%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16360800.630.950.3620.1390.6433.53
HexA33C803F5F24145b22
Octal2437410077137442413342
Binary10100011111100100001111111011111100100101001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33C08; }

 p { color: rgb(163,60,8); }

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

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

 a { background-color: rgb(163,60,8); }

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

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

 span { border-color: rgb(163,60,8); }

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