#BB3E1F

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

Shades of Rust #BB3E1F

Tints of Rust #BB3E1F

Color information

#BB3E1F (or 0xBB3E1F) is unknown color: approx Rust. HEX triplet: BB, 3E and 1F. RGB value is (187,62,31). Sum of RGB (Red+Green+Blue) = 187+62+31=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3E1F is #44C1E0. Grayscale: #606060. Windows color (decimal): -4506081 or 2047675. OLE color: 2047675.

HSL color Cylindrical-coordinate representation of color #BB3E1F: hue angle of 11.92º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB3E1F is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB1876231-
CMYK00.670.830.27
HSL11.92º71.56%42.75%-
HSV(B)11.92º83.42%73.33%-
XYZ22.4614.112.84-
YUV95.8491.41193.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.79%
GREEN value IS 62 (24.61% from 255) = 22.14%
BLUE value IS 31 (12.5% from 255) = 11.07%
R=66.79%
G=22.14%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187623100.670.830.2711.9271.5642.75
HexBB3E1F043531Bc482b
Octal27376370103123331411053
Binary10111011111110111110100001110100111101111001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3E1F; }

 p { color: rgb(187,62,31); }

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

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

 a { background-color: rgb(187,62,31); }

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

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

 span { border-color: rgb(187,62,31); }

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