Html Css Color HEX #BB3E11 Rust

📋 copy color: '#BB3E11'

red 187 ◦ green 62 ◦ blue 17

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

Shades of Rust #BB3E11

Tints of Rust #BB3E11

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.31%

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

R = 70.3%
G = 23.31%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB3E11 (or 0xBB3E11) is known color: Rust. HEX triplet: BB, 3E and 11. RGB value is (187,62,17). Sum of RGB (Red+Green+Blue) = 187+62+17=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3E11 is #44C1EE. Grayscale: #5E5E5E. Windows color (decimal): -4506095 or 1130171. OLE color: 1130171.

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

Color convert

RGB 187 62 17 -
CMYK 0 0.67 0.91 0.27
HSL 15.88º 0.83% 0.4% -
HSV(B) 15.88º 0.91% 0.73% -
XYZ 22.32 14.05 2.07 -
YUV 94.25 84.41 194.16 -
System Red Green Blue C M Y K H S L
Decimal 187 62 17 0 0.67 0.91 0.27 15.88 0.83 0.4
Hex BB 3E 11 0 43 5B 1B 10 53 28
Octal 273 76 21 0 103 133 33 20 123 50
Binary 10111011 111110 10001 0 1000011 1011011 11011 10000 1010011 101000

Color Harmonies of #BB3E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E11

Black with #BB3E11

Text Example


Text Example

White with #BB3E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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