#BB4A00

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

Shades of Rust #BB4A00

Tints of Rust #BB4A00

Color information

#BB4A00 (or 0xBB4A00) is unknown color: approx Rust. HEX triplet: BB, 4A and 00. RGB value is (187,74,0). Sum of RGB (Red+Green+Blue) = 187+74+0=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4A00 is #44B5FF. Grayscale: #636363. Windows color (decimal): -4503040 or 19131. OLE color: 19131.

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

Color convert

RGB187740-
CMYK00.6010.27
HSL23.74º100%36.67%-
HSV(B)23.74º100%73.33%-
XYZ22.9415.461.78-
YUV99.3571.94190.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 71.65%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.65%
G=28.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18774000.6010.2723.7410036.67
HexBB4A003C641B186425
Octal2731120074144333014445
Binary10111011100101000111100110010011011110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A00; }

 p { color: rgb(187,74,0); }

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

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

 a { background-color: rgb(187,74,0); }

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

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

 span { border-color: rgb(187,74,0); }

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