Html Css Color HEX #BB5019 Rust

📋 copy color: '#BB5019'

red 187 ◦ green 80 ◦ blue 25

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

Shades of Rust #BB5019

Tints of Rust #BB5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.4%

 BLUE value IS 25 (10.16% from 255) = 8.56%

R = 64.04%
G = 27.4%
B = 8.56%

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

#BB5019 (or 0xBB5019) is known color: Rust. HEX triplet: BB, 50 and 19. RGB value is (187,80,25). Sum of RGB (Red+Green+Blue) = 187+80+25=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5019 is #44AFE6. Grayscale: #6A6A6A. Windows color (decimal): -4501479 or 1659067. OLE color: 1659067.

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

Color convert

RGB 187 80 25 -
CMYK 0 0.57 0.87 0.27
HSL 20.37º 0.76% 0.42% -
HSV(B) 20.37º 0.87% 0.73% -
XYZ 23.54 16.37 2.84 -
YUV 105.72 82.45 185.97 -
System Red Green Blue C M Y K H S L
Decimal 187 80 25 0 0.57 0.87 0.27 20.37 0.76 0.42
Hex BB 50 19 0 39 57 1B 14 4C 2A
Octal 273 120 31 0 71 127 33 24 114 52
Binary 10111011 1010000 11001 0 111001 1010111 11011 10100 1001100 101010

Color Harmonies of #BB5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5019

Black with #BB5019

Text Example


Text Example

White with #BB5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5019; }

 p { color: rgb(187,80,25); }

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

background-color css

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

 a { background-color: rgb(187,80,25); }

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

border-color css

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

 span { border-color: rgb(187,80,25); }

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