Html Css Color HEX #BB5515 Rust

📋 copy color: '#BB5515'

red 187 ◦ green 85 ◦ blue 21

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

Shades of Rust #BB5515

Tints of Rust #BB5515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 63.82%
G = 29.01%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB5515 (or 0xBB5515) is known color: Rust. HEX triplet: BB, 55 and 15. RGB value is (187,85,21). Sum of RGB (Red+Green+Blue) = 187+85+21=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5515 is #44AAEA. Grayscale: #6C6C6C. Windows color (decimal): -4500203 or 1398203. OLE color: 1398203.

HSL color Cylindrical-coordinate representation of color #BB5515: hue angle of 23.13º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB5515 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 85 21 -
CMYK 0 0.55 0.89 0.27
HSL 23.13º 0.8% 0.41% -
HSV(B) 23.13º 0.89% 0.73% -
XYZ 23.88 17.12 2.75 -
YUV 108.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 187 85 21 0 0.55 0.89 0.27 23.13 0.8 0.41
Hex BB 55 15 0 37 59 1B 17 50 29
Octal 273 125 25 0 67 131 33 27 120 51
Binary 10111011 1010101 10101 0 110111 1011001 11011 10111 1010000 101001

Color Harmonies of #BB5515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5515

Black with #BB5515

Text Example


Text Example

White with #BB5515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5515; }

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

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

background-color css

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

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

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

border-color css

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

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

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