Html Css Color HEX #BB4810 Rust

📋 copy color: '#BB4810'

red 187 ◦ green 72 ◦ blue 16

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

Shades of Rust #BB4810

Tints of Rust #BB4810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

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

R = 68%
G = 26.18%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB4810 (or 0xBB4810) is known color: Rust. HEX triplet: BB, 48 and 10. RGB value is (187,72,16). Sum of RGB (Red+Green+Blue) = 187+72+16=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4810 is #44B7EF. Grayscale: #646464. Windows color (decimal): -4503536 or 1067195. OLE color: 1067195.

HSL color Cylindrical-coordinate representation of color #BB4810: hue angle of 19.65º 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 #BB4810 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 72 16 -
CMYK 0 0.61 0.91 0.27
HSL 19.65º 0.84% 0.4% -
HSV(B) 19.65º 0.91% 0.73% -
XYZ 22.9 15.24 2.22 -
YUV 100 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 187 72 16 0 0.61 0.91 0.27 19.65 0.84 0.4
Hex BB 48 10 0 3D 5B 1B 14 54 28
Octal 273 110 20 0 75 133 33 24 124 50
Binary 10111011 1001000 10000 0 111101 1011011 11011 10100 1010100 101000

Color Harmonies of #BB4810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4810

Black with #BB4810

Text Example


Text Example

White with #BB4810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4810; }

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

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

background-color css

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

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

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

border-color css

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

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

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