Html Css Color HEX #BC3700 Rust

📋 copy color: '#BC3700'

red 188 ◦ green 55 ◦ blue 0

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

Shades of Rust #BC3700

Tints of Rust #BC3700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.37%
G = 22.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC3700 (or 0xBC3700) is known color: Rust. HEX triplet: BC, 37 and 00. RGB value is (188,55,0). Sum of RGB (Red+Green+Blue) = 188+55+0=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3700 is #43C8FF. Grayscale: #585858. Windows color (decimal): -4442368 or 14268. OLE color: 14268.

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

Color convert

RGB 188 55 0 -
CMYK 0 0.71 1 0.26
HSL 17.55º 1% 0.37% -
HSV(B) 17.55º 1% 0.74% -
XYZ 22.11 13.42 1.43 -
YUV 88.5 78.06 198.97 -
System Red Green Blue C M Y K H S L
Decimal 188 55 0 0 0.71 1 0.26 17.55 1 0.37
Hex BC 37 0 0 47 64 1A 12 64 25
Octal 274 67 0 0 107 144 32 22 144 45
Binary 10111100 110111 0 0 1000111 1100100 11010 10010 1100100 100101

Color Harmonies of #BC3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3700

Black with #BC3700

Text Example


Text Example

White with #BC3700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3700; }

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

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

background-color css

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

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

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

border-color css

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

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

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