Html Css Color HEX #BB5512 Rust

📋 copy color: '#BB5512'

red 187 ◦ green 85 ◦ blue 18

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

Shades of Rust #BB5512

Tints of Rust #BB5512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 18 (7.42% from 255) = 6.21%

R = 64.48%
G = 29.31%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB5512 (or 0xBB5512) is known color: Rust. HEX triplet: BB, 55 and 12. RGB value is (187,85,18). Sum of RGB (Red+Green+Blue) = 187+85+18=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5512 is #44AAED. Grayscale: #6C6C6C. Windows color (decimal): -4500206 or 1201595. OLE color: 1201595.

HSL color Cylindrical-coordinate representation of color #BB5512: hue angle of 23.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB5512 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 85 18 -
CMYK 0 0.55 0.90 0.27
HSL 23.79º 0.82% 0.4% -
HSV(B) 23.79º 0.9% 0.73% -
XYZ 23.85 17.11 2.62 -
YUV 107.86 77.29 184.45 -
System Red Green Blue C M Y K H S L
Decimal 187 85 18 0 0.55 0.90 0.27 23.79 0.82 0.4
Hex BB 55 12 0 37 5A 1B 18 52 28
Octal 273 125 22 0 67 132 33 30 122 50
Binary 10111011 1010101 10010 0 110111 1011010 11011 11000 1010010 101000

Color Harmonies of #BB5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5512

Black with #BB5512

Text Example


Text Example

White with #BB5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5512; }

 p { color: rgb(187,85,18); }

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

background-color css

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

 a { background-color: rgb(187,85,18); }

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

border-color css

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

 span { border-color: rgb(187,85,18); }

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