Html Css Color HEX #BC3600 Rust

📋 copy color: '#BC3600'

red 188 ◦ green 54 ◦ blue 0

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

Shades of Rust #BC3600

Tints of Rust #BC3600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.31%

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

R = 77.69%
G = 22.31%
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

#BC3600 (or 0xBC3600) is known color: Rust. HEX triplet: BC, 36 and 00. RGB value is (188,54,0). Sum of RGB (Red+Green+Blue) = 188+54+0=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3600 is #43C9FF. Grayscale: #585858. Windows color (decimal): -4442624 or 14012. OLE color: 14012.

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

Color convert

RGB 188 54 0 -
CMYK 0 0.71 1 0.26
HSL 17.23º 1% 0.37% -
HSV(B) 17.23º 1% 0.74% -
XYZ 22.06 13.33 1.41 -
YUV 87.91 78.39 199.39 -
System Red Green Blue C M Y K H S L
Decimal 188 54 0 0 0.71 1 0.26 17.23 1 0.37
Hex BC 36 0 0 47 64 1A 11 64 25
Octal 274 66 0 0 107 144 32 21 144 45
Binary 10111100 110110 0 0 1000111 1100100 11010 10001 1100100 100101

Color Harmonies of #BC3600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3600

Black with #BC3600

Text Example


Text Example

White with #BC3600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3600; }

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

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

background-color css

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

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

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

border-color css

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

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

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