Html Css Color HEX #BB3600 Rust

📋 copy color: '#BB3600'

red 187 ◦ green 54 ◦ blue 0

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

Shades of Rust #BB3600

Tints of Rust #BB3600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

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

R = 77.59%
G = 22.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB3600 (or 0xBB3600) is known color: Rust. HEX triplet: BB, 36 and 00. RGB value is (187,54,0). Sum of RGB (Red+Green+Blue) = 187+54+0=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3600 is #44C9FF. Grayscale: #575757. Windows color (decimal): -4508160 or 14011. OLE color: 14011.

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

Color convert

RGB 187 54 0 -
CMYK 0 0.71 1 0.27
HSL 17.33º 1% 0.37% -
HSV(B) 17.33º 1% 0.73% -
XYZ 21.81 13.2 1.4 -
YUV 87.61 78.56 198.89 -
System Red Green Blue C M Y K H S L
Decimal 187 54 0 0 0.71 1 0.27 17.33 1 0.37
Hex BB 36 0 0 47 64 1B 11 64 25
Octal 273 66 0 0 107 144 33 21 144 45
Binary 10111011 110110 0 0 1000111 1100100 11011 10001 1100100 100101

Color Harmonies of #BB3600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3600

Black with #BB3600

Text Example


Text Example

White with #BB3600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3600; }

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

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

background-color css

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

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

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

border-color css

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

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

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