Html Css Color HEX #BC4B0F Rust

📋 copy color: '#BC4B0F'

red 188 ◦ green 75 ◦ blue 15

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

Shades of Rust #BC4B0F

Tints of Rust #BC4B0F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.98%

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

R = 67.63%
G = 26.98%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC4B0F (or 0xBC4B0F) is known color: Rust. HEX triplet: BC, 4B and 0F. RGB value is (188,75,15). Sum of RGB (Red+Green+Blue) = 188+75+15=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4B0F is #43B4F0. Grayscale: #666666. Windows color (decimal): -4437233 or 1002428. OLE color: 1002428.

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

Color convert

RGB 188 75 15 -
CMYK 0 0.60 0.92 0.26
HSL 20.81º 0.85% 0.4% -
HSV(B) 20.81º 0.92% 0.74% -
XYZ 23.34 15.76 2.26 -
YUV 101.95 78.94 189.38 -
System Red Green Blue C M Y K H S L
Decimal 188 75 15 0 0.60 0.92 0.26 20.81 0.85 0.4
Hex BC 4B F 0 3C 5C 1A 15 55 28
Octal 274 113 17 0 74 134 32 25 125 50
Binary 10111100 1001011 1111 0 111100 1011100 11010 10101 1010101 101000

Color Harmonies of #BC4B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B0F

Black with #BC4B0F

Text Example


Text Example

White with #BC4B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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