#B63905

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

Shades of Rust #B63905

Tints of Rust #B63905

Color information

#B63905 (or 0xB63905) is unknown color: approx Rust. HEX triplet: B6, 39 and 05. RGB value is (182,57,5). Sum of RGB (Red+Green+Blue) = 182+57+5=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B63905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63905 is #49C6FA. Grayscale: #585858. Windows color (decimal): -4835067 or 342454. OLE color: 342454.

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

Color convert

RGB182575-
CMYK00.690.970.29
HSL17.63º94.65%36.67%-
HSV(B)17.63º97.25%71.37%-
XYZ20.7812.881.53-
YUV88.4580.91194.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 74.59%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 5 (2.34% from 255) = 2.05%
R=74.59%
G=23.36%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18257500.690.970.2917.6394.6536.67
HexB6395045611D125f25
Octal2667150105141352213745
Binary1011011011100110101000101110000111101100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63905; }

 p { color: rgb(182,57,5); }

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

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

 a { background-color: rgb(182,57,5); }

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

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

 span { border-color: rgb(182,57,5); }

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