Html Css Color HEX #BC3900 Rust

📋 copy color: '#BC3900'

red 188 ◦ green 57 ◦ blue 0

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

Shades of Rust #BC3900

Tints of Rust #BC3900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.27%

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

R = 76.73%
G = 23.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC3900 (or 0xBC3900) is known color: Rust. HEX triplet: BC, 39 and 00. RGB value is (188,57,0). Sum of RGB (Red+Green+Blue) = 188+57+0=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3900 is #43C6FF. Grayscale: #5A5A5A. Windows color (decimal): -4441856 or 14780. OLE color: 14780.

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

Color convert

RGB 188 57 0 -
CMYK 0 0.70 1 0.26
HSL 18.19º 1% 0.37% -
HSV(B) 18.19º 1% 0.74% -
XYZ 22.2 13.62 1.46 -
YUV 89.67 77.4 198.13 -
System Red Green Blue C M Y K H S L
Decimal 188 57 0 0 0.70 1 0.26 18.19 1 0.37
Hex BC 39 0 0 46 64 1A 12 64 25
Octal 274 71 0 0 106 144 32 22 144 45
Binary 10111100 111001 0 0 1000110 1100100 11010 10010 1100100 100101

Color Harmonies of #BC3900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3900

Black with #BC3900

Text Example


Text Example

White with #BC3900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3900; }

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

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

background-color css

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

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

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

border-color css

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

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

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