Html Css Color HEX #BB3707 Rust

📋 copy color: '#BB3707'

red 187 ◦ green 55 ◦ blue 7

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

Shades of Rust #BB3707

Tints of Rust #BB3707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.81%

R = 75.1%
G = 22.09%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB3707 (or 0xBB3707) is known color: Rust. HEX triplet: BB, 37 and 07. RGB value is (187,55,7). Sum of RGB (Red+Green+Blue) = 187+55+7=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3707 is #44C8F8. Grayscale: #595959. Windows color (decimal): -4507897 or 473019. OLE color: 473019.

HSL color Cylindrical-coordinate representation of color #BB3707: hue angle of 16º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB3707 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 55 7 -
CMYK 0 0.71 0.96 0.27
HSL 16º 0.93% 0.38% -
HSV(B) 16º 0.96% 0.73% -
XYZ 21.9 13.31 1.62 -
YUV 89 81.73 197.9 -
System Red Green Blue C M Y K H S L
Decimal 187 55 7 0 0.71 0.96 0.27 16 0.93 0.38
Hex BB 37 7 0 47 60 1B 10 5D 26
Octal 273 67 7 0 107 140 33 20 135 46
Binary 10111011 110111 111 0 1000111 1100000 11011 10000 1011101 100110

Color Harmonies of #BB3707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3707

Black with #BB3707

Text Example


Text Example

White with #BB3707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3707; }

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

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

background-color css

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

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

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

border-color css

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

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

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