#BB3801

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

Shades of Rust #BB3801

Tints of Rust #BB3801

Color information

#BB3801 (or 0xBB3801) is unknown color: approx Rust. HEX triplet: BB, 38 and 01. RGB value is (187,56,1). Sum of RGB (Red+Green+Blue) = 187+56+1=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3801 is #44C7FE. Grayscale: #595959. Windows color (decimal): -4507647 or 80059. OLE color: 80059.

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

Color convert

RGB187561-
CMYK00.700.990.27
HSL17.74º98.94%36.86%-
HSV(B)17.74º99.47%73.33%-
XYZ21.9113.41.46-
YUV88.978.4197.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 76.64%
GREEN value IS 56 (22.27% from 255) = 22.95%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=76.64%
G=22.95%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18756100.700.990.2717.7498.9436.86
HexBB381046631B126325
Octal2737010106143332214345
Binary10111011111000101000110110001111011100101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3801; }

 p { color: rgb(187,56,1); }

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

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

 a { background-color: rgb(187,56,1); }

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

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

 span { border-color: rgb(187,56,1); }

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