Html Css Color HEX #BB3815 Rust

📋 copy color: '#BB3815'

red 187 ◦ green 56 ◦ blue 21

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

Shades of Rust #BB3815

Tints of Rust #BB3815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.21%

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

R = 70.83%
G = 21.21%
B = 7.95%

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

#BB3815 (or 0xBB3815) is known color: Rust. HEX triplet: BB, 38 and 15. RGB value is (187,56,21). Sum of RGB (Red+Green+Blue) = 187+56+21=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3815 is #44C7EA. Grayscale: #5B5B5B. Windows color (decimal): -4507627 or 1390779. OLE color: 1390779.

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

Color convert

RGB 187 56 21 -
CMYK 0 0.70 0.89 0.27
HSL 12.65º 0.8% 0.41% -
HSV(B) 12.65º 0.89% 0.73% -
XYZ 22.04 13.45 2.14 -
YUV 91.18 88.4 196.35 -
System Red Green Blue C M Y K H S L
Decimal 187 56 21 0 0.70 0.89 0.27 12.65 0.8 0.41
Hex BB 38 15 0 46 59 1B D 50 29
Octal 273 70 25 0 106 131 33 15 120 51
Binary 10111011 111000 10101 0 1000110 1011001 11011 1101 1010000 101001

Color Harmonies of #BB3815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3815

Black with #BB3815

Text Example


Text Example

White with #BB3815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3815; }

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

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

background-color css

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

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

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

border-color css

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

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

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