Html Css Color HEX #BC360F Rust

📋 copy color: '#BC360F'

red 188 ◦ green 54 ◦ blue 15

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

Shades of Rust #BC360F

Tints of Rust #BC360F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 73.15%
G = 21.01%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC360F (or 0xBC360F) is known color: Rust. HEX triplet: BC, 36 and 0F. RGB value is (188,54,15). Sum of RGB (Red+Green+Blue) = 188+54+15=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC360F is #43C9F0. Grayscale: #595959. Windows color (decimal): -4442609 or 997052. OLE color: 997052.

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

Color convert

RGB 188 54 15 -
CMYK 0 0.71 0.92 0.26
HSL 13.53º 0.85% 0.4% -
HSV(B) 13.53º 0.92% 0.74% -
XYZ 22.14 13.36 1.86 -
YUV 89.62 85.89 198.17 -
System Red Green Blue C M Y K H S L
Decimal 188 54 15 0 0.71 0.92 0.26 13.53 0.85 0.4
Hex BC 36 F 0 47 5C 1A E 55 28
Octal 274 66 17 0 107 134 32 16 125 50
Binary 10111100 110110 1111 0 1000111 1011100 11010 1110 1010101 101000

Color Harmonies of #BC360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC360F

Black with #BC360F

Text Example


Text Example

White with #BC360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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