#B64003

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

Shades of Rust #B64003

Tints of Rust #B64003

Color information

#B64003 (or 0xB64003) is unknown color: approx Rust. HEX triplet: B6, 40 and 03. RGB value is (182,64,3). Sum of RGB (Red+Green+Blue) = 182+64+3=249 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.09% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 182 - color contains mainly: red. Hex color #B64003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64003 is #49BFFC. Grayscale: #5C5C5C. Windows color (decimal): -4833277 or 213174. OLE color: 213174.

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

Color convert

RGB182643-
CMYK00.650.980.29
HSL20.45º96.76%36.27%-
HSV(B)20.45º98.35%71.37%-
XYZ21.1413.621.6-
YUV92.3377.59191.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 73.09%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 3 (1.56% from 255) = 1.20%
R=73.09%
G=25.70%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18264300.650.980.2920.4596.7636.27
HexB6403041621D146124
Octal26610030101142352414144
Binary1011011010000001101000001110001011101101001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64003; }

 p { color: rgb(182,64,3); }

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

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

 a { background-color: rgb(182,64,3); }

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

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

 span { border-color: rgb(182,64,3); }

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