Html Css Color HEX #BB491D Rust

📋 copy color: '#BB491D'

red 187 ◦ green 73 ◦ blue 29

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

Shades of Rust #BB491D

Tints of Rust #BB491D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.03%

R = 64.71%
G = 25.26%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB491D (or 0xBB491D) is known color: Rust. HEX triplet: BB, 49 and 1D. RGB value is (187,73,29). Sum of RGB (Red+Green+Blue) = 187+73+29=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB491D is #44B6E2. Grayscale: #666666. Windows color (decimal): -4503267 or 1919419. OLE color: 1919419.

HSL color Cylindrical-coordinate representation of color #BB491D: hue angle of 16.71º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB491D is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 73 29 -
CMYK 0 0.61 0.84 0.27
HSL 16.71º 0.73% 0.42% -
HSV(B) 16.71º 0.84% 0.73% -
XYZ 23.1 15.42 2.92 -
YUV 102.07 86.77 188.58 -
System Red Green Blue C M Y K H S L
Decimal 187 73 29 0 0.61 0.84 0.27 16.71 0.73 0.42
Hex BB 49 1D 0 3D 54 1B 11 49 2A
Octal 273 111 35 0 75 124 33 21 111 52
Binary 10111011 1001001 11101 0 111101 1010100 11011 10001 1001001 101010

Color Harmonies of #BB491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB491D

Black with #BB491D

Text Example


Text Example

White with #BB491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB491D; }

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

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

background-color css

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

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

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

border-color css

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

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

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