#A33A0C

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

Shades of Rust #A33A0C

Tints of Rust #A33A0C

Color information

#A33A0C (or 0xA33A0C) is unknown color: approx Rust. HEX triplet: A3, 3A and 0C. RGB value is (163,58,12). Sum of RGB (Red+Green+Blue) = 163+58+12=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33A0C is #5CC5F3. Grayscale: #545454. Windows color (decimal): -6079988 or 801443. OLE color: 801443.

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

Color convert

RGB1635812-
CMYK00.640.930.36
HSL18.28º86.29%34.31%-
HSV(B)18.28º92.64%63.92%-
XYZ16.6810.841.56-
YUV84.1587.29184.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.96%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=69.96%
G=24.89%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163581200.640.930.3618.2886.2934.31
HexA33AC0405D24125622
Octal24372140100135442212642
Binary101000111110101100010000001011101100100100101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A0C; }

 p { color: rgb(163,58,12); }

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

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

 a { background-color: rgb(163,58,12); }

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

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

 span { border-color: rgb(163,58,12); }

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