Html Css Color HEX #BC3706 Rust

📋 copy color: '#BC3706'

red 188 ◦ green 55 ◦ blue 6

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

Shades of Rust #BC3706

Tints of Rust #BC3706

RGB

 RED value IS 188 (73.83% from 255) = 75.5%

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

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 75.5%
G = 22.09%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC3706 (or 0xBC3706) is known color: Rust. HEX triplet: BC, 37 and 06. RGB value is (188,55,6). Sum of RGB (Red+Green+Blue) = 188+55+6=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3706 is #43C8F9. Grayscale: #595959. Windows color (decimal): -4442362 or 407484. OLE color: 407484.

HSL color Cylindrical-coordinate representation of color #BC3706: hue angle of 16.15º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC3706 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 55 6 -
CMYK 0 0.71 0.97 0.26
HSL 16.15º 0.94% 0.38% -
HSV(B) 16.15º 0.97% 0.74% -
XYZ 22.14 13.44 1.6 -
YUV 89.18 81.06 198.48 -
System Red Green Blue C M Y K H S L
Decimal 188 55 6 0 0.71 0.97 0.26 16.15 0.94 0.38
Hex BC 37 6 0 47 61 1A 10 5E 26
Octal 274 67 6 0 107 141 32 20 136 46
Binary 10111100 110111 110 0 1000111 1100001 11010 10000 1011110 100110

Color Harmonies of #BC3706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3706

Black with #BC3706

Text Example


Text Example

White with #BC3706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3706; }

 p { color: rgb(188,55,6); }

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

background-color css

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

 a { background-color: rgb(188,55,6); }

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

border-color css

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

 span { border-color: rgb(188,55,6); }

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