Html Css Color HEX #BB4D0F Rust

📋 copy color: '#BB4D0F'

red 187 ◦ green 77 ◦ blue 15

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

Shades of Rust #BB4D0F

Tints of Rust #BB4D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.6%

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

R = 67.03%
G = 27.6%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB4D0F (or 0xBB4D0F) is known color: Rust. HEX triplet: BB, 4D and 0F. RGB value is (187,77,15). Sum of RGB (Red+Green+Blue) = 187+77+15=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4D0F is #44B2F0. Grayscale: #676767. Windows color (decimal): -4502257 or 1002939. OLE color: 1002939.

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

Color convert

RGB 187 77 15 -
CMYK 0 0.59 0.92 0.27
HSL 21.63º 0.85% 0.4% -
HSV(B) 21.63º 0.92% 0.73% -
XYZ 23.23 15.91 2.3 -
YUV 102.82 78.44 188.04 -
System Red Green Blue C M Y K H S L
Decimal 187 77 15 0 0.59 0.92 0.27 21.63 0.85 0.4
Hex BB 4D F 0 3B 5C 1B 16 55 28
Octal 273 115 17 0 73 134 33 26 125 50
Binary 10111011 1001101 1111 0 111011 1011100 11011 10110 1010101 101000

Color Harmonies of #BB4D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D0F

Black with #BB4D0F

Text Example


Text Example

White with #BB4D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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