Html Css Color HEX #BB4915 Rust

📋 copy color: '#BB4915'

red 187 ◦ green 73 ◦ blue 21

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

Shades of Rust #BB4915

Tints of Rust #BB4915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.98%

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

R = 66.55%
G = 25.98%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB4915 (or 0xBB4915) is known color: Rust. HEX triplet: BB, 49 and 15. RGB value is (187,73,21). Sum of RGB (Red+Green+Blue) = 187+73+21=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4915 is #44B6EA. Grayscale: #656565. Windows color (decimal): -4503275 or 1395131. OLE color: 1395131.

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

Color convert

RGB 187 73 21 -
CMYK 0 0.61 0.89 0.27
HSL 18.8º 0.8% 0.41% -
HSV(B) 18.8º 0.89% 0.73% -
XYZ 23.01 15.38 2.47 -
YUV 101.16 82.77 189.23 -
System Red Green Blue C M Y K H S L
Decimal 187 73 21 0 0.61 0.89 0.27 18.8 0.8 0.41
Hex BB 49 15 0 3D 59 1B 13 50 29
Octal 273 111 25 0 75 131 33 23 120 51
Binary 10111011 1001001 10101 0 111101 1011001 11011 10011 1010000 101001

Color Harmonies of #BB4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4915

Black with #BB4915

Text Example


Text Example

White with #BB4915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4915; }

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

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

background-color css

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

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

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

border-color css

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

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

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