Html Css Color HEX #BB4C00 Rust

📋 copy color: '#BB4C00'

red 187 ◦ green 76 ◦ blue 0

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

Shades of Rust #BB4C00

Tints of Rust #BB4C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.9%

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

R = 71.1%
G = 28.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB4C00 (or 0xBB4C00) is known color: Rust. HEX triplet: BB, 4C and 00. RGB value is (187,76,0). Sum of RGB (Red+Green+Blue) = 187+76+0=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4C00 is #44B3FF. Grayscale: #646464. Windows color (decimal): -4502528 or 19643. OLE color: 19643.

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

Color convert

RGB 187 76 0 -
CMYK 0 0.59 1 0.27
HSL 24.39º 1% 0.37% -
HSV(B) 24.39º 1% 0.73% -
XYZ 23.08 15.73 1.82 -
YUV 100.53 71.27 189.68 -
System Red Green Blue C M Y K H S L
Decimal 187 76 0 0 0.59 1 0.27 24.39 1 0.37
Hex BB 4C 0 0 3B 64 1B 18 64 25
Octal 273 114 0 0 73 144 33 30 144 45
Binary 10111011 1001100 0 0 111011 1100100 11011 11000 1100100 100101

Color Harmonies of #BB4C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4C00

Black with #BB4C00

Text Example


Text Example

White with #BB4C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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