#BB3703

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

Shades of Rust #BB3703

Tints of Rust #BB3703

Color information

#BB3703 (or 0xBB3703) is unknown color: approx Rust. HEX triplet: BB, 37 and 03. RGB value is (187,55,3). Sum of RGB (Red+Green+Blue) = 187+55+3=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3703 is #44C8FC. Grayscale: #585858. Windows color (decimal): -4507901 or 210875. OLE color: 210875.

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

Color convert

RGB187553-
CMYK00.710.980.27
HSL16.96º96.84%37.25%-
HSV(B)16.96º98.4%73.33%-
XYZ21.8813.31.5-
YUV88.5479.73198.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 76.33%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 3 (1.56% from 255) = 1.22%
R=76.33%
G=22.45%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18755300.710.980.2716.9696.8437.25
HexBB373047621B116125
Octal2736730107142332114145
Binary101110111101111101000111110001011011100011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3703; }

 p { color: rgb(187,55,3); }

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

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

 a { background-color: rgb(187,55,3); }

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

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

 span { border-color: rgb(187,55,3); }

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