Html Css Color HEX #BB491E Rust

📋 copy color: '#BB491E'

red 187 ◦ green 73 ◦ blue 30

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

Shades of Rust #BB491E

Tints of Rust #BB491E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.34%

R = 64.48%
G = 25.17%
B = 10.34%

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

#BB491E (or 0xBB491E) is known color: Rust. HEX triplet: BB, 49 and 1E. RGB value is (187,73,30). Sum of RGB (Red+Green+Blue) = 187+73+30=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB491E is #44B6E1. Grayscale: #666666. Windows color (decimal): -4503266 or 1984955. OLE color: 1984955.

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

Color convert

RGB 187 73 30 -
CMYK 0 0.61 0.84 0.27
HSL 16.43º 0.72% 0.43% -
HSV(B) 16.43º 0.84% 0.73% -
XYZ 23.11 15.42 2.99 -
YUV 102.18 87.27 188.5 -
System Red Green Blue C M Y K H S L
Decimal 187 73 30 0 0.61 0.84 0.27 16.43 0.72 0.43
Hex BB 49 1E 0 3D 54 1B 10 48 2B
Octal 273 111 36 0 75 124 33 20 110 53
Binary 10111011 1001001 11110 0 111101 1010100 11011 10000 1001000 101011

Color Harmonies of #BB491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB491E

Black with #BB491E

Text Example


Text Example

White with #BB491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB491E; }

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

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

background-color css

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

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

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

border-color css

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

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

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