Html Css Color HEX #BB3713 Rust

📋 copy color: '#BB3713'

red 187 ◦ green 55 ◦ blue 19

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

Shades of Rust #BB3713

Tints of Rust #BB3713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.07%

 BLUE value IS 19 (7.81% from 255) = 7.28%

R = 71.65%
G = 21.07%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB3713 (or 0xBB3713) is known color: Rust. HEX triplet: BB, 37 and 13. RGB value is (187,55,19). Sum of RGB (Red+Green+Blue) = 187+55+19=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3713 is #44C8EC. Grayscale: #5A5A5A. Windows color (decimal): -4507885 or 1259451. OLE color: 1259451.

HSL color Cylindrical-coordinate representation of color #BB3713: hue angle of 12.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB3713 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 55 19 -
CMYK 0 0.71 0.90 0.27
HSL 12.86º 0.82% 0.4% -
HSV(B) 12.86º 0.9% 0.73% -
XYZ 21.98 13.34 2.03 -
YUV 90.36 87.73 196.93 -
System Red Green Blue C M Y K H S L
Decimal 187 55 19 0 0.71 0.90 0.27 12.86 0.82 0.4
Hex BB 37 13 0 47 5A 1B D 52 28
Octal 273 67 23 0 107 132 33 15 122 50
Binary 10111011 110111 10011 0 1000111 1011010 11011 1101 1010010 101000

Color Harmonies of #BB3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3713

Black with #BB3713

Text Example


Text Example

White with #BB3713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3713; }

 p { color: rgb(187,55,19); }

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

background-color css

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

 a { background-color: rgb(187,55,19); }

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

border-color css

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

 span { border-color: rgb(187,55,19); }

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