Html Css Color HEX #BB4500 Rust

📋 copy color: '#BB4500'

red 187 ◦ green 69 ◦ blue 0

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

Shades of Rust #BB4500

Tints of Rust #BB4500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.05%
G = 26.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB4500 (or 0xBB4500) is known color: Rust. HEX triplet: BB, 45 and 00. RGB value is (187,69,0). Sum of RGB (Red+Green+Blue) = 187+69+0=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4500 is #44BAFF. Grayscale: #606060. Windows color (decimal): -4504320 or 17851. OLE color: 17851.

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

Color convert

RGB 187 69 0 -
CMYK 0 0.63 1 0.27
HSL 22.14º 1% 0.37% -
HSV(B) 22.14º 1% 0.73% -
XYZ 22.62 14.82 1.67 -
YUV 96.42 73.59 192.61 -
System Red Green Blue C M Y K H S L
Decimal 187 69 0 0 0.63 1 0.27 22.14 1 0.37
Hex BB 45 0 0 3F 64 1B 16 64 25
Octal 273 105 0 0 77 144 33 26 144 45
Binary 10111011 1000101 0 0 111111 1100100 11011 10110 1100100 100101

Color Harmonies of #BB4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4500

Black with #BB4500

Text Example


Text Example

White with #BB4500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4500; }

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

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

background-color css

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

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

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

border-color css

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

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

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