#BB3713

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

Shades of Rust #BB3713

Tints of Rust #BB3713

Color information

#BB3713 (or 0xBB3713) is unknown color: approx Rust. HEX triplet: BB, 37 and 13. RGB value is (187,55,19). Sum of RGB (Red+Green+Blue) = 187+55+19=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3713 is #44C8EC. Grayscale: #5A5A5A. Windows color (decimal): -4507885 or 1259451. OLE color: 1259451.

HSL color Cylindrical-coordinate representation of color #BB3713: hue angle of 12.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB3713 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1875519-
CMYK00.710.900.27
HSL12.86º81.55%40.39%-
HSV(B)12.86º89.84%73.33%-
XYZ21.9813.342.03-
YUV90.3687.73196.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 71.65%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 19 (7.81% from 255) = 7.28%
R=71.65%
G=21.07%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187551900.710.900.2712.8681.5540.39
HexBB37130475A1Bd5228
Octal27367230107132331512250
Binary10111011110111100110100011110110101101111011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3713; }

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

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

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

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

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

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

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

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