#AF381A

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

Shades of Rust #AF381A

Tints of Rust #AF381A

Color information

#AF381A (or 0xAF381A) is unknown color: approx Rust. HEX triplet: AF, 38 and 1A. RGB value is (175,56,26). Sum of RGB (Red+Green+Blue) = 175+56+26=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF381A is #50C7E5. Grayscale: #585858. Windows color (decimal): -5294054 or 1718447. OLE color: 1718447.

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

Color convert

RGB1755626-
CMYK00.680.850.31
HSL12.08º74.13%39.41%-
HSV(B)12.08º85.14%68.63%-
XYZ19.2812.022.28-
YUV88.1692.92189.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 68.09%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 26 (10.55% from 255) = 10.12%
R=68.09%
G=21.79%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175562600.680.850.3112.0874.1339.41
HexAF381A044551Fc4a27
Octal25770320104125371411247
Binary10101111111000110100100010010101011111111001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF381A; }

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

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

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

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

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

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

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

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