#BB4A10

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

Shades of Rust #BB4A10

Tints of Rust #BB4A10

Color information

#BB4A10 (or 0xBB4A10) is unknown color: approx Rust. HEX triplet: BB, 4A and 10. RGB value is (187,74,16). Sum of RGB (Red+Green+Blue) = 187+74+16=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4A10 is #44B5EF. Grayscale: #656565. Windows color (decimal): -4503024 or 1067707. OLE color: 1067707.

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

Color convert

RGB1877416-
CMYK00.600.910.27
HSL20.35º84.24%39.8%-
HSV(B)20.35º91.44%73.33%-
XYZ23.0415.52.27-
YUV101.1879.94189.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.51%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 16 (6.64% from 255) = 5.78%
R=67.51%
G=26.71%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187741600.600.910.2720.3584.2439.8
HexBB4A1003C5B1B145428
Octal27311220074133332412450
Binary101110111001010100000111100101101111011101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A10; }

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

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

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

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

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

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

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

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