Html Css Color HEX #BB4112 Rust

📋 copy color: '#BB4112'

red 187 ◦ green 65 ◦ blue 18

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

Shades of Rust #BB4112

Tints of Rust #BB4112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 69.26%
G = 24.07%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB4112 (or 0xBB4112) is known color: Rust. HEX triplet: BB, 41 and 12. RGB value is (187,65,18). Sum of RGB (Red+Green+Blue) = 187+65+18=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4112 is #44BEED. Grayscale: #606060. Windows color (decimal): -4505326 or 1196475. OLE color: 1196475.

HSL color Cylindrical-coordinate representation of color #BB4112: hue angle of 16.69º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB4112 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 65 18 -
CMYK 0 0.65 0.90 0.27
HSL 16.69º 0.82% 0.4% -
HSV(B) 16.69º 0.9% 0.73% -
XYZ 22.49 14.39 2.16 -
YUV 96.12 83.92 192.82 -
System Red Green Blue C M Y K H S L
Decimal 187 65 18 0 0.65 0.90 0.27 16.69 0.82 0.4
Hex BB 41 12 0 41 5A 1B 11 52 28
Octal 273 101 22 0 101 132 33 21 122 50
Binary 10111011 1000001 10010 0 1000001 1011010 11011 10001 1010010 101000

Color Harmonies of #BB4112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4112

Black with #BB4112

Text Example


Text Example

White with #BB4112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4112; }

 p { color: rgb(187,65,18); }

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

background-color css

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

 a { background-color: rgb(187,65,18); }

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

border-color css

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

 span { border-color: rgb(187,65,18); }

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