#BB4818

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

Shades of Rust #BB4818

Tints of Rust #BB4818

Color information

#BB4818 (or 0xBB4818) is unknown color: approx Rust. HEX triplet: BB, 48 and 18. RGB value is (187,72,24). Sum of RGB (Red+Green+Blue) = 187+72+24=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4818 is #44B7E7. Grayscale: #656565. Windows color (decimal): -4503528 or 1591483. OLE color: 1591483.

HSL color Cylindrical-coordinate representation of color #BB4818: hue angle of 17.67º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB4818 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB1877224-
CMYK00.610.870.27
HSL17.67º77.25%41.37%-
HSV(B)17.67º87.17%73.33%-
XYZ22.9815.272.6-
YUV100.9184.6189.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.08%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 24 (9.77% from 255) = 8.48%
R=66.08%
G=25.44%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187722400.610.870.2717.6777.2541.37
HexBB481803D571B124d29
Octal27311030075127332211551
Binary101110111001000110000111101101011111011100101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4818; }

 p { color: rgb(187,72,24); }

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

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

 a { background-color: rgb(187,72,24); }

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

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

 span { border-color: rgb(187,72,24); }

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