Html Css Color HEX #BB4D11 Rust

📋 copy color: '#BB4D11'

red 187 ◦ green 77 ◦ blue 17

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

Shades of Rust #BB4D11

Tints of Rust #BB4D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

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

R = 66.55%
G = 27.4%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB4D11 (or 0xBB4D11) is known color: Rust. HEX triplet: BB, 4D and 11. RGB value is (187,77,17). Sum of RGB (Red+Green+Blue) = 187+77+17=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4D11 is #44B2EE. Grayscale: #676767. Windows color (decimal): -4502255 or 1134011. OLE color: 1134011.

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

Color convert

RGB 187 77 17 -
CMYK 0 0.59 0.91 0.27
HSL 21.18º 0.83% 0.4% -
HSV(B) 21.18º 0.91% 0.73% -
XYZ 23.25 15.91 2.38 -
YUV 103.05 79.44 187.88 -
System Red Green Blue C M Y K H S L
Decimal 187 77 17 0 0.59 0.91 0.27 21.18 0.83 0.4
Hex BB 4D 11 0 3B 5B 1B 15 53 28
Octal 273 115 21 0 73 133 33 25 123 50
Binary 10111011 1001101 10001 0 111011 1011011 11011 10101 1010011 101000

Color Harmonies of #BB4D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D11

Black with #BB4D11

Text Example


Text Example

White with #BB4D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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