Html Css Color HEX #BB3500 Rust

📋 copy color: '#BB3500'

red 187 ◦ green 53 ◦ blue 0

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

Shades of Rust #BB3500

Tints of Rust #BB3500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

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

R = 77.92%
G = 22.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB3500 (or 0xBB3500) is known color: Rust. HEX triplet: BB, 35 and 00. RGB value is (187,53,0). Sum of RGB (Red+Green+Blue) = 187+53+0=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3500 is #44CAFF. Grayscale: #575757. Windows color (decimal): -4508416 or 13755. OLE color: 13755.

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

Color convert

RGB 187 53 0 -
CMYK 0 0.72 1 0.27
HSL 17.01º 1% 0.37% -
HSV(B) 17.01º 1% 0.73% -
XYZ 21.77 13.11 1.38 -
YUV 87.02 78.89 199.31 -
System Red Green Blue C M Y K H S L
Decimal 187 53 0 0 0.72 1 0.27 17.01 1 0.37
Hex BB 35 0 0 48 64 1B 11 64 25
Octal 273 65 0 0 110 144 33 21 144 45
Binary 10111011 110101 0 0 1001000 1100100 11011 10001 1100100 100101

Color Harmonies of #BB3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3500

Black with #BB3500

Text Example


Text Example

White with #BB3500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3500; }

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

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

background-color css

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

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

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

border-color css

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

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

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