Html Css Color HEX #BB5315 Rust

📋 copy color: '#BB5315'

red 187 ◦ green 83 ◦ blue 21

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

Shades of Rust #BB5315

Tints of Rust #BB5315

RGB

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

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

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

R = 64.26%
G = 28.52%
B = 7.22%

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

#BB5315 (or 0xBB5315) is known color: Rust. HEX triplet: BB, 53 and 15. RGB value is (187,83,21). Sum of RGB (Red+Green+Blue) = 187+83+21=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5315 is #44ACEA. Grayscale: #6B6B6B. Windows color (decimal): -4500715 or 1397691. OLE color: 1397691.

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

Color convert

RGB 187 83 21 -
CMYK 0 0.56 0.89 0.27
HSL 22.41º 0.8% 0.41% -
HSV(B) 22.41º 0.89% 0.73% -
XYZ 23.72 16.81 2.7 -
YUV 107.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 187 83 21 0 0.56 0.89 0.27 22.41 0.8 0.41
Hex BB 53 15 0 38 59 1B 16 50 29
Octal 273 123 25 0 70 131 33 26 120 51
Binary 10111011 1010011 10101 0 111000 1011001 11011 10110 1010000 101001

Color Harmonies of #BB5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5315

Black with #BB5315

Text Example


Text Example

White with #BB5315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5315; }

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

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

background-color css

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

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

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

border-color css

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

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

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