Html Css Color HEX #BB5014 Rust

📋 copy color: '#BB5014'

red 187 ◦ green 80 ◦ blue 20

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

Shades of Rust #BB5014

Tints of Rust #BB5014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.97%

R = 65.16%
G = 27.87%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB5014 (or 0xBB5014) is known color: Rust. HEX triplet: BB, 50 and 14. RGB value is (187,80,20). Sum of RGB (Red+Green+Blue) = 187+80+20=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5014 is #44AFEB. Grayscale: #696969. Windows color (decimal): -4501484 or 1331387. OLE color: 1331387.

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

Color convert

RGB 187 80 20 -
CMYK 0 0.57 0.89 0.27
HSL 21.56º 0.81% 0.41% -
HSV(B) 21.56º 0.89% 0.73% -
XYZ 23.49 16.35 2.58 -
YUV 105.15 79.95 186.38 -
System Red Green Blue C M Y K H S L
Decimal 187 80 20 0 0.57 0.89 0.27 21.56 0.81 0.41
Hex BB 50 14 0 39 59 1B 16 51 29
Octal 273 120 24 0 71 131 33 26 121 51
Binary 10111011 1010000 10100 0 111001 1011001 11011 10110 1010001 101001

Color Harmonies of #BB5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5014

Black with #BB5014

Text Example


Text Example

White with #BB5014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5014; }

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

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

background-color css

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

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

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

border-color css

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

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

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