Html Css Color HEX #BB4311 Rust

📋 copy color: '#BB4311'

red 187 ◦ green 67 ◦ blue 17

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

Shades of Rust #BB4311

Tints of Rust #BB4311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

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

R = 69%
G = 24.72%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB4311 (or 0xBB4311) is known color: Rust. HEX triplet: BB, 43 and 11. RGB value is (187,67,17). Sum of RGB (Red+Green+Blue) = 187+67+17=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4311 is #44BCEE. Grayscale: #616161. Windows color (decimal): -4504815 or 1131451. OLE color: 1131451.

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

Color convert

RGB 187 67 17 -
CMYK 0 0.64 0.91 0.27
HSL 17.65º 0.83% 0.4% -
HSV(B) 17.65º 0.91% 0.73% -
XYZ 22.6 14.62 2.16 -
YUV 97.18 82.76 192.07 -
System Red Green Blue C M Y K H S L
Decimal 187 67 17 0 0.64 0.91 0.27 17.65 0.83 0.4
Hex BB 43 11 0 40 5B 1B 12 53 28
Octal 273 103 21 0 100 133 33 22 123 50
Binary 10111011 1000011 10001 0 1000000 1011011 11011 10010 1010011 101000

Color Harmonies of #BB4311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4311

Black with #BB4311

Text Example


Text Example

White with #BB4311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4311; }

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

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

background-color css

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

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

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

border-color css

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

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

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