Html Css Color HEX #BB4014 Rust

📋 copy color: '#BB4014'

red 187 ◦ green 64 ◦ blue 20

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

Shades of Rust #BB4014

Tints of Rust #BB4014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.62%

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

R = 69%
G = 23.62%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB4014 (or 0xBB4014) is known color: Rust. HEX triplet: BB, 40 and 14. RGB value is (187,64,20). Sum of RGB (Red+Green+Blue) = 187+64+20=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4014 is #44BFEB. Grayscale: #606060. Windows color (decimal): -4505580 or 1327291. OLE color: 1327291.

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

Color convert

RGB 187 64 20 -
CMYK 0 0.66 0.89 0.27
HSL 15.81º 0.81% 0.41% -
HSV(B) 15.81º 0.89% 0.73% -
XYZ 22.45 14.28 2.24 -
YUV 95.76 85.25 193.08 -
System Red Green Blue C M Y K H S L
Decimal 187 64 20 0 0.66 0.89 0.27 15.81 0.81 0.41
Hex BB 40 14 0 42 59 1B 10 51 29
Octal 273 100 24 0 102 131 33 20 121 51
Binary 10111011 1000000 10100 0 1000010 1011001 11011 10000 1010001 101001

Color Harmonies of #BB4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4014

Black with #BB4014

Text Example


Text Example

White with #BB4014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4014; }

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

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

background-color css

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

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

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

border-color css

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

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

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