Html Css Color HEX #BB4D1E Rust

📋 copy color: '#BB4D1E'

red 187 ◦ green 77 ◦ blue 30

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

Shades of Rust #BB4D1E

Tints of Rust #BB4D1E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.19%

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

R = 63.61%
G = 26.19%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB4D1E (or 0xBB4D1E) is known color: Rust. HEX triplet: BB, 4D and 1E. RGB value is (187,77,30). Sum of RGB (Red+Green+Blue) = 187+77+30=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D1E is #44B2E1. Grayscale: #686868. Windows color (decimal): -4502242 or 1985979. OLE color: 1985979.

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

Color convert

RGB 187 77 30 -
CMYK 0 0.59 0.84 0.27
HSL 17.96º 0.72% 0.43% -
HSV(B) 17.96º 0.84% 0.73% -
XYZ 23.38 15.97 3.08 -
YUV 104.53 85.94 186.82 -
System Red Green Blue C M Y K H S L
Decimal 187 77 30 0 0.59 0.84 0.27 17.96 0.72 0.43
Hex BB 4D 1E 0 3B 54 1B 12 48 2B
Octal 273 115 36 0 73 124 33 22 110 53
Binary 10111011 1001101 11110 0 111011 1010100 11011 10010 1001000 101011

Color Harmonies of #BB4D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D1E

Black with #BB4D1E

Text Example


Text Example

White with #BB4D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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