#BB481A

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

Shades of Rust #BB481A

Tints of Rust #BB481A

Color information

#BB481A (or 0xBB481A) is unknown color: approx Rust. HEX triplet: BB, 48 and 1A. RGB value is (187,72,26). Sum of RGB (Red+Green+Blue) = 187+72+26=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB481A is #44B7E5. Grayscale: #656565. Windows color (decimal): -4503526 or 1722555. OLE color: 1722555.

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

Color convert

RGB1877226-
CMYK00.610.860.27
HSL17.14º75.59%41.76%-
HSV(B)17.14º86.1%73.33%-
XYZ2315.272.71-
YUV101.1485.6189.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.61%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 26 (10.55% from 255) = 9.12%
R=65.61%
G=25.26%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187722600.610.860.2717.1475.5941.76
HexBB481A03D561B114c2a
Octal27311032075126332111452
Binary101110111001000110100111101101011011011100011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB481A; }

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

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

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

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

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

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

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

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