Html Css Color HEX #BB5118 Rust

📋 copy color: '#BB5118'

red 187 ◦ green 81 ◦ blue 24

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

Shades of Rust #BB5118

Tints of Rust #BB5118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.74%

 BLUE value IS 24 (9.77% from 255) = 8.22%

R = 64.04%
G = 27.74%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB5118 (or 0xBB5118) is known color: Rust. HEX triplet: BB, 51 and 18. RGB value is (187,81,24). Sum of RGB (Red+Green+Blue) = 187+81+24=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5118 is #44AEE7. Grayscale: #6A6A6A. Windows color (decimal): -4501224 or 1593787. OLE color: 1593787.

HSL color Cylindrical-coordinate representation of color #BB5118: hue angle of 20.98º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB5118 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 81 24 -
CMYK 0 0.57 0.87 0.27
HSL 20.98º 0.77% 0.41% -
HSV(B) 20.98º 0.87% 0.73% -
XYZ 23.6 16.52 2.81 -
YUV 106.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 187 81 24 0 0.57 0.87 0.27 20.98 0.77 0.41
Hex BB 51 18 0 39 57 1B 15 4D 29
Octal 273 121 30 0 71 127 33 25 115 51
Binary 10111011 1010001 11000 0 111001 1010111 11011 10101 1001101 101001

Color Harmonies of #BB5118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5118

Black with #BB5118

Text Example


Text Example

White with #BB5118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5118; }

 p { color: rgb(187,81,24); }

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

background-color css

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

 a { background-color: rgb(187,81,24); }

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

border-color css

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

 span { border-color: rgb(187,81,24); }

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