Html Css Color HEX #BB5311 Rust

📋 copy color: '#BB5311'

red 187 ◦ green 83 ◦ blue 17

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

Shades of Rust #BB5311

Tints of Rust #BB5311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

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

R = 65.16%
G = 28.92%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB5311 (or 0xBB5311) is known color: Rust. HEX triplet: BB, 53 and 11. RGB value is (187,83,17). Sum of RGB (Red+Green+Blue) = 187+83+17=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5311 is #44ACEE. Grayscale: #6A6A6A. Windows color (decimal): -4500719 or 1135547. OLE color: 1135547.

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

Color convert

RGB 187 83 17 -
CMYK 0 0.56 0.91 0.27
HSL 23.29º 0.83% 0.4% -
HSV(B) 23.29º 0.91% 0.73% -
XYZ 23.69 16.79 2.52 -
YUV 106.57 77.46 185.37 -
System Red Green Blue C M Y K H S L
Decimal 187 83 17 0 0.56 0.91 0.27 23.29 0.83 0.4
Hex BB 53 11 0 38 5B 1B 17 53 28
Octal 273 123 21 0 70 133 33 27 123 50
Binary 10111011 1010011 10001 0 111000 1011011 11011 10111 1010011 101000

Color Harmonies of #BB5311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5311

Black with #BB5311

Text Example


Text Example

White with #BB5311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5311; }

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

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

background-color css

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

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

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

border-color css

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

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

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