#A33A0B

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

Shades of Rust #A33A0B

Tints of Rust #A33A0B

Color information

#A33A0B (or 0xA33A0B) is unknown color: approx Rust. HEX triplet: A3, 3A and 0B. RGB value is (163,58,11). Sum of RGB (Red+Green+Blue) = 163+58+11=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33A0B is #5CC5F4. Grayscale: #545454. Windows color (decimal): -6079989 or 735907. OLE color: 735907.

HSL color Cylindrical-coordinate representation of color #A33A0B: hue angle of 18.55º degrees, saturation: 0.87, 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 #A33A0B is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1635811-
CMYK00.640.930.36
HSL18.55º87.36%34.12%-
HSV(B)18.55º93.25%63.92%-
XYZ16.6810.841.53-
YUV84.0486.79184.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.26%
GREEN value IS 58 (23.05% from 255) = 25%
BLUE value IS 11 (4.69% from 255) = 4.74%
R=70.26%
G=25%
B=4.74%

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
Decimal163581100.640.930.3618.5587.3634.12
HexA33AB0405D24135722
Octal24372130100135442312742
Binary101000111110101011010000001011101100100100111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A0B; }

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

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

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

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

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

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

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

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