#BB401A

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

Shades of Rust #BB401A

Tints of Rust #BB401A

Color information

#BB401A (or 0xBB401A) is unknown color: approx Rust. HEX triplet: BB, 40 and 1A. RGB value is (187,64,26). Sum of RGB (Red+Green+Blue) = 187+64+26=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB401A is #44BFE5. Grayscale: #606060. Windows color (decimal): -4505574 or 1720507. OLE color: 1720507.

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

Color convert

RGB1876426-
CMYK00.660.860.27
HSL14.16º75.59%41.76%-
HSV(B)14.16º86.1%73.33%-
XYZ22.5114.312.55-
YUV96.4488.25192.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.51%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 26 (10.55% from 255) = 9.39%
R=67.51%
G=23.10%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187642600.660.860.2714.1675.5941.76
HexBB401A042561Be4c2a
Octal273100320102126331611452
Binary101110111000000110100100001010101101101111101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB401A; }

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

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

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

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

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

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

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

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