#BB380C

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

Shades of Rust #BB380C

Tints of Rust #BB380C

Color information

#BB380C (or 0xBB380C) is unknown color: approx Rust. HEX triplet: BB, 38 and 0C. RGB value is (187,56,12). Sum of RGB (Red+Green+Blue) = 187+56+12=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB380C is #44C7F3. Grayscale: #5A5A5A. Windows color (decimal): -4507636 or 800955. OLE color: 800955.

HSL color Cylindrical-coordinate representation of color #BB380C: hue angle of 15.09º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB380C is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB1875612-
CMYK00.700.940.27
HSL15.09º87.94%39.02%-
HSV(B)15.09º93.58%73.33%-
XYZ21.9713.421.78-
YUV90.1583.9197.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 73.33%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 12 (5.08% from 255) = 4.71%
R=73.33%
G=21.96%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187561200.700.940.2715.0987.9439.02
HexBB38C0465E1Bf5827
Octal27370140106136331713047
Binary1011101111100011000100011010111101101111111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB380C; }

 p { color: rgb(187,56,12); }

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

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

 a { background-color: rgb(187,56,12); }

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

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

 span { border-color: rgb(187,56,12); }

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