Html Css Color HEX #BB400F Rust

📋 copy color: '#BB400F'

red 187 ◦ green 64 ◦ blue 15

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

Shades of Rust #BB400F

Tints of Rust #BB400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.06%

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

R = 70.3%
G = 24.06%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB400F (or 0xBB400F) is known color: Rust. HEX triplet: BB, 40 and 0F. RGB value is (187,64,15). Sum of RGB (Red+Green+Blue) = 187+64+15=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB400F is #44BFF0. Grayscale: #5F5F5F. Windows color (decimal): -4505585 or 999611. OLE color: 999611.

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

Color convert

RGB 187 64 15 -
CMYK 0 0.66 0.92 0.27
HSL 17.09º 0.85% 0.4% -
HSV(B) 17.09º 0.92% 0.73% -
XYZ 22.41 14.27 2.02 -
YUV 95.19 82.75 193.48 -
System Red Green Blue C M Y K H S L
Decimal 187 64 15 0 0.66 0.92 0.27 17.09 0.85 0.4
Hex BB 40 F 0 42 5C 1B 11 55 28
Octal 273 100 17 0 102 134 33 21 125 50
Binary 10111011 1000000 1111 0 1000010 1011100 11011 10001 1010101 101000

Color Harmonies of #BB400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB400F

Black with #BB400F

Text Example


Text Example

White with #BB400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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