Html Css Color HEX #BB5215 Rust

📋 copy color: '#BB5215'

red 187 ◦ green 82 ◦ blue 21

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

Shades of Rust #BB5215

Tints of Rust #BB5215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.28%

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

R = 64.48%
G = 28.28%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB5215 (or 0xBB5215) is known color: Rust. HEX triplet: BB, 52 and 15. RGB value is (187,82,21). Sum of RGB (Red+Green+Blue) = 187+82+21=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5215 is #44ADEA. Grayscale: #6A6A6A. Windows color (decimal): -4500971 or 1397435. OLE color: 1397435.

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

Color convert

RGB 187 82 21 -
CMYK 0 0.56 0.89 0.27
HSL 22.05º 0.8% 0.41% -
HSV(B) 22.05º 0.89% 0.73% -
XYZ 23.65 16.65 2.68 -
YUV 106.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 187 82 21 0 0.56 0.89 0.27 22.05 0.8 0.41
Hex BB 52 15 0 38 59 1B 16 50 29
Octal 273 122 25 0 70 131 33 26 120 51
Binary 10111011 1010010 10101 0 111000 1011001 11011 10110 1010000 101001

Color Harmonies of #BB5215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5215

Black with #BB5215

Text Example


Text Example

White with #BB5215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5215; }

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

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

background-color css

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

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

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

border-color css

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

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

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