Html Css Color HEX #BB3605 Rust

📋 copy color: '#BB3605'

red 187 ◦ green 54 ◦ blue 5

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

Shades of Rust #BB3605

Tints of Rust #BB3605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.03%

R = 76.02%
G = 21.95%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB3605 (or 0xBB3605) is known color: Rust. HEX triplet: BB, 36 and 05. RGB value is (187,54,5). Sum of RGB (Red+Green+Blue) = 187+54+5=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3605 is #44C9FA. Grayscale: #585858. Windows color (decimal): -4508155 or 341691. OLE color: 341691.

HSL color Cylindrical-coordinate representation of color #BB3605: hue angle of 16.15º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB3605 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 54 5 -
CMYK 0 0.71 0.97 0.27
HSL 16.15º 0.95% 0.38% -
HSV(B) 16.15º 0.97% 0.73% -
XYZ 21.84 13.21 1.54 -
YUV 88.18 81.06 198.48 -
System Red Green Blue C M Y K H S L
Decimal 187 54 5 0 0.71 0.97 0.27 16.15 0.95 0.38
Hex BB 36 5 0 47 61 1B 10 5F 26
Octal 273 66 5 0 107 141 33 20 137 46
Binary 10111011 110110 101 0 1000111 1100001 11011 10000 1011111 100110

Color Harmonies of #BB3605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3605

Black with #BB3605

Text Example


Text Example

White with #BB3605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3605; }

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

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

background-color css

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

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

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

border-color css

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

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

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