#A7430B

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

Shades of Rust #A7430B

Tints of Rust #A7430B

Color information

#A7430B (or 0xA7430B) is unknown color: approx Rust. HEX triplet: A7, 43 and 0B. RGB value is (167,67,11). Sum of RGB (Red+Green+Blue) = 167+67+11=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A7430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7430B is #58BCF4. Grayscale: #5A5A5A. Windows color (decimal): -5815541 or 738215. OLE color: 738215.

HSL color Cylindrical-coordinate representation of color #A7430B: hue angle of 21.54º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7430B is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB1676711-
CMYK00.600.930.35
HSL21.54º87.64%34.9%-
HSV(B)21.54º93.41%65.49%-
XYZ1812.251.73-
YUV90.5283.13182.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.16%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 11 (4.69% from 255) = 4.49%
R=68.16%
G=27.35%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167671100.600.930.3521.5487.6434.9
HexA743B03C5D23165823
Octal24710313074135432613043
Binary101001111000011101101111001011101100011101101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7430B; }

 p { color: rgb(167,67,11); }

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

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

 a { background-color: rgb(167,67,11); }

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

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

 span { border-color: rgb(167,67,11); }

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