Html Css Color HEX #BB4016 Rust

📋 copy color: '#BB4016'

red 187 ◦ green 64 ◦ blue 22

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

Shades of Rust #BB4016

Tints of Rust #BB4016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.06%

R = 68.5%
G = 23.44%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB4016 (or 0xBB4016) is known color: Rust. HEX triplet: BB, 40 and 16. RGB value is (187,64,22). Sum of RGB (Red+Green+Blue) = 187+64+22=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4016 is #44BFE9. Grayscale: #606060. Windows color (decimal): -4505578 or 1458363. OLE color: 1458363.

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

Color convert

RGB 187 64 22 -
CMYK 0 0.66 0.88 0.27
HSL 15.27º 0.79% 0.41% -
HSV(B) 15.27º 0.88% 0.73% -
XYZ 22.47 14.29 2.33 -
YUV 95.99 86.25 192.92 -
System Red Green Blue C M Y K H S L
Decimal 187 64 22 0 0.66 0.88 0.27 15.27 0.79 0.41
Hex BB 40 16 0 42 58 1B F 4F 29
Octal 273 100 26 0 102 130 33 17 117 51
Binary 10111011 1000000 10110 0 1000010 1011000 11011 1111 1001111 101001

Color Harmonies of #BB4016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4016

Black with #BB4016

Text Example


Text Example

White with #BB4016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4016; }

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

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

background-color css

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

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

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

border-color css

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

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

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