Html Css Color HEX #BB4400 Rust

📋 copy color: '#BB4400'

red 187 ◦ green 68 ◦ blue 0

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

Shades of Rust #BB4400

Tints of Rust #BB4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 73.33%
G = 26.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB4400 (or 0xBB4400) is known color: Rust. HEX triplet: BB, 44 and 00. RGB value is (187,68,0). Sum of RGB (Red+Green+Blue) = 187+68+0=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4400 is #44BBFF. Grayscale: #606060. Windows color (decimal): -4504576 or 17595. OLE color: 17595.

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

Color convert

RGB 187 68 0 -
CMYK 0 0.64 1 0.27
HSL 21.82º 1% 0.37% -
HSV(B) 21.82º 1% 0.73% -
XYZ 22.56 14.7 1.65 -
YUV 95.83 73.92 193.03 -
System Red Green Blue C M Y K H S L
Decimal 187 68 0 0 0.64 1 0.27 21.82 1 0.37
Hex BB 44 0 0 40 64 1B 16 64 25
Octal 273 104 0 0 100 144 33 26 144 45
Binary 10111011 1000100 0 0 1000000 1100100 11011 10110 1100100 100101

Color Harmonies of #BB4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4400

Black with #BB4400

Text Example


Text Example

White with #BB4400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4400; }

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

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

background-color css

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

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

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

border-color css

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

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

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