#af380b

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

Shades of Rust #AF380B

Tints of Rust #AF380B

Color information

#AF380B (or 0xAF380B) is unknown color: approx Rust. HEX triplet: AF, 38 and 0B. RGB value is (175,56,11). Sum of RGB (Red+Green+Blue) = 175+56+11=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF380B is #50C7F4. Grayscale: #565656. Windows color (decimal): -5294069 or 735407. OLE color: 735407.

HSL color Cylindrical-coordinate representation of color #AF380B: hue angle of 16.46º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF380B is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1755611-
CMYK00.680.940.31
HSL16.46º88.17%36.47%-
HSV(B)16.46º93.71%68.63%-
XYZ19.1511.971.62-
YUV86.4585.42191.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 72.31%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 11 (4.69% from 255) = 4.55%
R=72.31%
G=23.14%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175561100.680.940.3116.4688.1736.47
HexAF38B0445E1F105824
Octal25770130104136372013044
Binary10101111111000101101000100101111011111100001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af380b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af380b; }

 p { color: rgb(175,56,11); }

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

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

 a { background-color: rgb(175,56,11); }

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

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

 span { border-color: rgb(175,56,11); }

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