#B63807

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

Shades of Rust #B63807

Tints of Rust #B63807

Color information

#B63807 (or 0xB63807) is unknown color: approx Rust. HEX triplet: B6, 38 and 07. RGB value is (182,56,7). Sum of RGB (Red+Green+Blue) = 182+56+7=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B63807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63807 is #49C7F8. Grayscale: #585858. Windows color (decimal): -4835321 or 473270. OLE color: 473270.

HSL color Cylindrical-coordinate representation of color #B63807: hue angle of 16.8º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B63807 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB182567-
CMYK00.690.960.29
HSL16.8º92.59%37.06%-
HSV(B)16.8º96.15%71.37%-
XYZ20.7412.791.58-
YUV88.0982.24194.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 74.29%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 7 (3.12% from 255) = 2.86%
R=74.29%
G=22.86%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18256700.690.960.2916.892.5937.06
HexB6387045601D115d25
Octal2667070105140352113545
Binary1011011011100011101000101110000011101100011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63807; }

 p { color: rgb(182,56,7); }

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

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

 a { background-color: rgb(182,56,7); }

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

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

 span { border-color: rgb(182,56,7); }

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