Html Css Color HEX #BB450F Rust

📋 copy color: '#BB450F'

red 187 ◦ green 69 ◦ blue 15

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

Shades of Rust #BB450F

Tints of Rust #BB450F

RGB

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

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

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

R = 69%
G = 25.46%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB450F (or 0xBB450F) is known color: Rust. HEX triplet: BB, 45 and 0F. RGB value is (187,69,15). Sum of RGB (Red+Green+Blue) = 187+69+15=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB450F is #44BAF0. Grayscale: #626262. Windows color (decimal): -4504305 or 1000891. OLE color: 1000891.

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

Color convert

RGB 187 69 15 -
CMYK 0 0.63 0.92 0.27
HSL 18.84º 0.85% 0.4% -
HSV(B) 18.84º 0.92% 0.73% -
XYZ 22.71 14.86 2.12 -
YUV 98.13 81.09 191.39 -
System Red Green Blue C M Y K H S L
Decimal 187 69 15 0 0.63 0.92 0.27 18.84 0.85 0.4
Hex BB 45 F 0 3F 5C 1B 13 55 28
Octal 273 105 17 0 77 134 33 23 125 50
Binary 10111011 1000101 1111 0 111111 1011100 11011 10011 1010101 101000

Color Harmonies of #BB450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB450F

Black with #BB450F

Text Example


Text Example

White with #BB450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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