#B63718

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

Shades of Rust #B63718

Tints of Rust #B63718

Color information

#B63718 (or 0xB63718) is unknown color: approx Rust. HEX triplet: B6, 37 and 18. RGB value is (182,55,24). Sum of RGB (Red+Green+Blue) = 182+55+24=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B63718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63718 is #49C8E7. Grayscale: #595959. Windows color (decimal): -4835560 or 1587126. OLE color: 1587126.

HSL color Cylindrical-coordinate representation of color #B63718: hue angle of 11.77º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B63718 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1825524-
CMYK00.700.870.29
HSL11.77º76.7%40.39%-
HSV(B)11.77º86.81%71.37%-
XYZ20.8212.742.23-
YUV89.4491.08194.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.73%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=69.73%
G=21.07%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182552400.700.870.2911.7776.740.39
HexB63718046571Dc4d28
Octal26667300106127351411550
Binary10110110110111110000100011010101111110111001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63718; }

 p { color: rgb(182,55,24); }

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

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

 a { background-color: rgb(182,55,24); }

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

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

 span { border-color: rgb(182,55,24); }

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