Html Css Color HEX #BB4015 Rust

📋 copy color: '#BB4015'

red 187 ◦ green 64 ◦ blue 21

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

Shades of Rust #BB4015

Tints of Rust #BB4015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.72%

R = 68.75%
G = 23.53%
B = 7.72%

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

#BB4015 (or 0xBB4015) is known color: Rust. HEX triplet: BB, 40 and 15. RGB value is (187,64,21). Sum of RGB (Red+Green+Blue) = 187+64+21=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4015 is #44BFEA. Grayscale: #606060. Windows color (decimal): -4505579 or 1392827. OLE color: 1392827.

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

Color convert

RGB 187 64 21 -
CMYK 0 0.66 0.89 0.27
HSL 15.54º 0.8% 0.41% -
HSV(B) 15.54º 0.89% 0.73% -
XYZ 22.46 14.29 2.28 -
YUV 95.88 85.75 193 -
System Red Green Blue C M Y K H S L
Decimal 187 64 21 0 0.66 0.89 0.27 15.54 0.8 0.41
Hex BB 40 15 0 42 59 1B 10 50 29
Octal 273 100 25 0 102 131 33 20 120 51
Binary 10111011 1000000 10101 0 1000010 1011001 11011 10000 1010000 101001

Color Harmonies of #BB4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4015

Black with #BB4015

Text Example


Text Example

White with #BB4015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4015; }

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

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

background-color css

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

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

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

border-color css

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

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

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