Html Css Color HEX #BB4F13 Rust

📋 copy color: '#BB4F13'

red 187 ◦ green 79 ◦ blue 19

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

Shades of Rust #BB4F13

Tints of Rust #BB4F13

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.72%

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

R = 65.61%
G = 27.72%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB4F13 (or 0xBB4F13) is known color: Rust. HEX triplet: BB, 4F and 13. RGB value is (187,79,19). Sum of RGB (Red+Green+Blue) = 187+79+19=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4F13 is #44B0EC. Grayscale: #686868. Windows color (decimal): -4501741 or 1265595. OLE color: 1265595.

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

Color convert

RGB 187 79 19 -
CMYK 0 0.58 0.90 0.27
HSL 21.43º 0.82% 0.4% -
HSV(B) 21.43º 0.9% 0.73% -
XYZ 23.41 16.2 2.51 -
YUV 104.45 79.78 186.88 -
System Red Green Blue C M Y K H S L
Decimal 187 79 19 0 0.58 0.90 0.27 21.43 0.82 0.4
Hex BB 4F 13 0 3A 5A 1B 15 52 28
Octal 273 117 23 0 72 132 33 25 122 50
Binary 10111011 1001111 10011 0 111010 1011010 11011 10101 1010010 101000

Color Harmonies of #BB4F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F13

Black with #BB4F13

Text Example


Text Example

White with #BB4F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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