Html Css Color HEX #BB3611 Rust

📋 copy color: '#BB3611'

red 187 ◦ green 54 ◦ blue 17

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

Shades of Rust #BB3611

Tints of Rust #BB3611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.59%

R = 72.48%
G = 20.93%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB3611 (or 0xBB3611) is known color: Rust. HEX triplet: BB, 36 and 11. RGB value is (187,54,17). Sum of RGB (Red+Green+Blue) = 187+54+17=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3611 is #44C9EE. Grayscale: #595959. Windows color (decimal): -4508143 or 1128123. OLE color: 1128123.

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

Color convert

RGB 187 54 17 -
CMYK 0 0.71 0.91 0.27
HSL 13.06º 0.83% 0.4% -
HSV(B) 13.06º 0.91% 0.73% -
XYZ 21.91 13.24 1.93 -
YUV 89.55 87.06 197.51 -
System Red Green Blue C M Y K H S L
Decimal 187 54 17 0 0.71 0.91 0.27 13.06 0.83 0.4
Hex BB 36 11 0 47 5B 1B D 53 28
Octal 273 66 21 0 107 133 33 15 123 50
Binary 10111011 110110 10001 0 1000111 1011011 11011 1101 1010011 101000

Color Harmonies of #BB3611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3611

Black with #BB3611

Text Example


Text Example

White with #BB3611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3611; }

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

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

background-color css

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

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

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

border-color css

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

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

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