Html Css Color HEX #BB3914 Rust

📋 copy color: '#BB3914'

red 187 ◦ green 57 ◦ blue 20

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

Shades of Rust #BB3914

Tints of Rust #BB3914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.59%

 BLUE value IS 20 (8.2% from 255) = 7.58%

R = 70.83%
G = 21.59%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB3914 (or 0xBB3914) is known color: Rust. HEX triplet: BB, 39 and 14. RGB value is (187,57,20). Sum of RGB (Red+Green+Blue) = 187+57+20=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3914 is #44C6EB. Grayscale: #5B5B5B. Windows color (decimal): -4507372 or 1325499. OLE color: 1325499.

HSL color Cylindrical-coordinate representation of color #BB3914: hue angle of 13.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB3914 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 57 20 -
CMYK 0 0.70 0.89 0.27
HSL 13.29º 0.81% 0.41% -
HSV(B) 13.29º 0.89% 0.73% -
XYZ 22.08 13.54 2.11 -
YUV 91.65 87.57 196.01 -
System Red Green Blue C M Y K H S L
Decimal 187 57 20 0 0.70 0.89 0.27 13.29 0.81 0.41
Hex BB 39 14 0 46 59 1B D 51 29
Octal 273 71 24 0 106 131 33 15 121 51
Binary 10111011 111001 10100 0 1000110 1011001 11011 1101 1010001 101001

Color Harmonies of #BB3914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3914

Black with #BB3914

Text Example


Text Example

White with #BB3914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3914; }

 p { color: rgb(187,57,20); }

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

background-color css

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

 a { background-color: rgb(187,57,20); }

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

border-color css

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

 span { border-color: rgb(187,57,20); }

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