#B65003

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

Shades of Rust #B65003

Tints of Rust #B65003

Color information

#B65003 (or 0xB65003) is unknown color: approx Rust. HEX triplet: B6, 50 and 03. RGB value is (182,80,3). Sum of RGB (Red+Green+Blue) = 182+80+3=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B65003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65003 is #49AFFC. Grayscale: #666666. Windows color (decimal): -4829181 or 217270. OLE color: 217270.

HSL color Cylindrical-coordinate representation of color #B65003: hue angle of 25.81º 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 #B65003 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB182803-
CMYK00.560.980.29
HSL25.81º96.76%36.27%-
HSV(B)25.81º98.35%71.37%-
XYZ22.1815.691.95-
YUV101.7272.29185.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.68%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 3 (1.56% from 255) = 1.13%
R=68.68%
G=30.19%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18280300.560.980.2925.8196.7636.27
HexB6503038621D1a6124
Octal2661203070142353214144
Binary101101101010000110111000110001011101110101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65003; }

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

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

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

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

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

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

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

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