Html Css Color HEX #BB4911 Rust

📋 copy color: '#BB4911'

red 187 ◦ green 73 ◦ blue 17

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

Shades of Rust #BB4911

Tints of Rust #BB4911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.35%

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

R = 67.51%
G = 26.35%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB4911 (or 0xBB4911) is known color: Rust. HEX triplet: BB, 49 and 11. RGB value is (187,73,17). Sum of RGB (Red+Green+Blue) = 187+73+17=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4911 is #44B6EE. Grayscale: #656565. Windows color (decimal): -4503279 or 1132987. OLE color: 1132987.

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

Color convert

RGB 187 73 17 -
CMYK 0 0.61 0.91 0.27
HSL 19.76º 0.83% 0.4% -
HSV(B) 19.76º 0.91% 0.73% -
XYZ 22.98 15.37 2.29 -
YUV 100.7 80.77 189.55 -
System Red Green Blue C M Y K H S L
Decimal 187 73 17 0 0.61 0.91 0.27 19.76 0.83 0.4
Hex BB 49 11 0 3D 5B 1B 14 53 28
Octal 273 111 21 0 75 133 33 24 123 50
Binary 10111011 1001001 10001 0 111101 1011011 11011 10100 1010011 101000

Color Harmonies of #BB4911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4911

Black with #BB4911

Text Example


Text Example

White with #BB4911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4911; }

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

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

background-color css

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

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

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

border-color css

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

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

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