Html Css Color HEX #BB510F Rust

📋 copy color: '#BB510F'

red 187 ◦ green 81 ◦ blue 15

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

Shades of Rust #BB510F

Tints of Rust #BB510F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.3%

R = 66.08%
G = 28.62%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB510F (or 0xBB510F) is known color: Rust. HEX triplet: BB, 51 and 0F. RGB value is (187,81,15). Sum of RGB (Red+Green+Blue) = 187+81+15=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB510F is #44AEF0. Grayscale: #696969. Windows color (decimal): -4501233 or 1003963. OLE color: 1003963.

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

Color convert

RGB 187 81 15 -
CMYK 0 0.57 0.92 0.27
HSL 23.02º 0.85% 0.4% -
HSV(B) 23.02º 0.92% 0.73% -
XYZ 23.52 16.48 2.39 -
YUV 105.17 77.12 186.37 -
System Red Green Blue C M Y K H S L
Decimal 187 81 15 0 0.57 0.92 0.27 23.02 0.85 0.4
Hex BB 51 F 0 39 5C 1B 17 55 28
Octal 273 121 17 0 71 134 33 27 125 50
Binary 10111011 1010001 1111 0 111001 1011100 11011 10111 1010101 101000

Color Harmonies of #BB510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB510F

Black with #BB510F

Text Example


Text Example

White with #BB510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB510F; }

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

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

background-color css

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

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

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

border-color css

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

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

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