Html Css Color HEX #BB4511 Rust

📋 copy color: '#BB4511'

red 187 ◦ green 69 ◦ blue 17

#BB4511
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BB4511

Tints of Rust #BB4511

RGB

 RED value IS 187 (73.44% from 255) = 68.5%

 GREEN value IS 69 (27.34% from 255) = 25.27%

 BLUE value IS 17 (7.03% from 255) = 6.23%

R = 68.5%
G = 25.27%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB4511 (or 0xBB4511) is known color: Rust. HEX triplet: BB, 45 and 11. RGB value is (187,69,17). Sum of RGB (Red+Green+Blue) = 187+69+17=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4511 is #44BAEE. Grayscale: #626262. Windows color (decimal): -4504303 or 1131963. OLE color: 1131963.

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

Color convert

RGB 187 69 17 -
CMYK 0 0.63 0.91 0.27
HSL 18.35º 0.83% 0.4% -
HSV(B) 18.35º 0.91% 0.73% -
XYZ 22.72 14.86 2.2 -
YUV 98.35 82.09 191.23 -
System Red Green Blue C M Y K H S L
Decimal 187 69 17 0 0.63 0.91 0.27 18.35 0.83 0.4
Hex BB 45 11 0 3F 5B 1B 12 53 28
Octal 273 105 21 0 77 133 33 22 123 50
Binary 10111011 1000101 10001 0 111111 1011011 11011 10010 1010011 101000

Color Harmonies of #BB4511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4511

Black with #BB4511

Text Example


Text Example

White with #BB4511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4511; }

 p { color: rgb(187,69,17); }

 H1.HeaderClassName
 {
   color: #BB4511;
 }
 .AnyTagClassName
 {
   color: #BB4511;
 }
</style>

background-color css

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

 a { background-color: rgb(187,69,17); }

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

border-color css

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

 span { border-color: rgb(187,69,17); }

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