Html Css Color HEX #BB4513 Rust

📋 copy color: '#BB4513'

red 187 ◦ green 69 ◦ blue 19

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

Shades of Rust #BB4513

Tints of Rust #BB4513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.09%

 BLUE value IS 19 (7.81% from 255) = 6.91%

R = 68%
G = 25.09%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB4513 (or 0xBB4513) is known color: Rust. HEX triplet: BB, 45 and 13. RGB value is (187,69,19). Sum of RGB (Red+Green+Blue) = 187+69+19=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4513 is #44BAEC. Grayscale: #626262. Windows color (decimal): -4504301 or 1263035. OLE color: 1263035.

HSL color Cylindrical-coordinate representation of color #BB4513: hue angle of 17.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB4513 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 69 19 -
CMYK 0 0.63 0.90 0.27
HSL 17.86º 0.82% 0.4% -
HSV(B) 17.86º 0.9% 0.73% -
XYZ 22.74 14.87 2.29 -
YUV 98.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 187 69 19 0 0.63 0.90 0.27 17.86 0.82 0.4
Hex BB 45 13 0 3F 5A 1B 12 52 28
Octal 273 105 23 0 77 132 33 22 122 50
Binary 10111011 1000101 10011 0 111111 1011010 11011 10010 1010010 101000

Color Harmonies of #BB4513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4513

Black with #BB4513

Text Example


Text Example

White with #BB4513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4513; }

 p { color: rgb(187,69,19); }

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

background-color css

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

 a { background-color: rgb(187,69,19); }

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

border-color css

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

 span { border-color: rgb(187,69,19); }

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