Html Css Color HEX #BB5010 Rust

📋 copy color: '#BB5010'

red 187 ◦ green 80 ◦ blue 16

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

Shades of Rust #BB5010

Tints of Rust #BB5010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.65%

R = 66.08%
G = 28.27%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB5010 (or 0xBB5010) is known color: Rust. HEX triplet: BB, 50 and 10. RGB value is (187,80,16). Sum of RGB (Red+Green+Blue) = 187+80+16=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5010 is #44AFEF. Grayscale: #696969. Windows color (decimal): -4501488 or 1069243. OLE color: 1069243.

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

Color convert

RGB 187 80 16 -
CMYK 0 0.57 0.91 0.27
HSL 22.46º 0.84% 0.4% -
HSV(B) 22.46º 0.91% 0.73% -
XYZ 23.46 16.34 2.41 -
YUV 104.7 77.95 186.7 -
System Red Green Blue C M Y K H S L
Decimal 187 80 16 0 0.57 0.91 0.27 22.46 0.84 0.4
Hex BB 50 10 0 39 5B 1B 16 54 28
Octal 273 120 20 0 71 133 33 26 124 50
Binary 10111011 1010000 10000 0 111001 1011011 11011 10110 1010100 101000

Color Harmonies of #BB5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5010

Black with #BB5010

Text Example


Text Example

White with #BB5010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5010; }

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

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

background-color css

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

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

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

border-color css

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

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

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