#BB4300

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

Shades of Rust #BB4300

Tints of Rust #BB4300

Color information

#BB4300 (or 0xBB4300) is unknown color: approx Rust. HEX triplet: BB, 43 and 00. RGB value is (187,67,0). Sum of RGB (Red+Green+Blue) = 187+67+0=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4300 is #44BCFF. Grayscale: #5F5F5F. Windows color (decimal): -4504832 or 17339. OLE color: 17339.

HSL color Cylindrical-coordinate representation of color #BB4300: hue angle of 21.5º 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 #BB4300 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB187670-
CMYK00.6410.27
HSL21.5º100%36.67%-
HSV(B)21.5º100%73.33%-
XYZ22.514.581.63-
YUV95.2474.26193.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 73.62%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.62%
G=26.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18767000.6410.2721.510036.67
HexBB430040641B156425
Octal27310300100144332514445
Binary101110111000011001000000110010011011101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4300; }

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

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

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

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

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

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

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

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