Html Css Color HEX #BB3900 Rust

📋 copy color: '#BB3900'

red 187 ◦ green 57 ◦ blue 0

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

Shades of Rust #BB3900

Tints of Rust #BB3900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.36%

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

R = 76.64%
G = 23.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB3900 (or 0xBB3900) is known color: Rust. HEX triplet: BB, 39 and 00. RGB value is (187,57,0). Sum of RGB (Red+Green+Blue) = 187+57+0=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3900 is #44C6FF. Grayscale: #595959. Windows color (decimal): -4507392 or 14779. OLE color: 14779.

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

Color convert

RGB 187 57 0 -
CMYK 0 0.70 1 0.27
HSL 18.29º 1% 0.37% -
HSV(B) 18.29º 1% 0.73% -
XYZ 21.96 13.49 1.45 -
YUV 89.37 77.57 197.63 -
System Red Green Blue C M Y K H S L
Decimal 187 57 0 0 0.70 1 0.27 18.29 1 0.37
Hex BB 39 0 0 46 64 1B 12 64 25
Octal 273 71 0 0 106 144 33 22 144 45
Binary 10111011 111001 0 0 1000110 1100100 11011 10010 1100100 100101

Color Harmonies of #BB3900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3900

Black with #BB3900

Text Example


Text Example

White with #BB3900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3900; }

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

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

background-color css

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

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

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

border-color css

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

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

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