#BB4E1C

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

Shades of Rust #BB4E1C

Tints of Rust #BB4E1C

Color information

#BB4E1C (or 0xBB4E1C) is unknown color: approx Rust. HEX triplet: BB, 4E and 1C. RGB value is (187,78,28). Sum of RGB (Red+Green+Blue) = 187+78+28=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4E1C is #44B1E3. Grayscale: #696969. Windows color (decimal): -4501988 or 1855163. OLE color: 1855163.

HSL color Cylindrical-coordinate representation of color #BB4E1C: hue angle of 18.87º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB4E1C is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB1877828-
CMYK00.580.850.27
HSL18.87º73.95%42.16%-
HSV(B)18.87º85.03%73.33%-
XYZ23.4316.12.97-
YUV104.8984.61186.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.82%
GREEN value IS 78 (30.86% from 255) = 26.62%
BLUE value IS 28 (11.33% from 255) = 9.56%
R=63.82%
G=26.62%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187782800.580.850.2718.8773.9542.16
HexBB4E1C03A551B134a2a
Octal27311634072125332311252
Binary101110111001110111000111010101010111011100111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4E1C; }

 p { color: rgb(187,78,28); }

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

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

 a { background-color: rgb(187,78,28); }

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

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

 span { border-color: rgb(187,78,28); }

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