Html Css Color HEX #BC4B1F Rust

📋 copy color: '#BC4B1F'

red 188 ◦ green 75 ◦ blue 31

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

Shades of Rust #BC4B1F

Tints of Rust #BC4B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.54%

R = 63.95%
G = 25.51%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC4B1F (or 0xBC4B1F) is known color: Rust. HEX triplet: BC, 4B and 1F. RGB value is (188,75,31). Sum of RGB (Red+Green+Blue) = 188+75+31=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B1F is #43B4E0. Grayscale: #686868. Windows color (decimal): -4437217 or 2051004. OLE color: 2051004.

HSL color Cylindrical-coordinate representation of color #BC4B1F: hue angle of 16.82º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC4B1F is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 75 31 -
CMYK 0 0.60 0.84 0.26
HSL 16.82º 0.72% 0.43% -
HSV(B) 16.82º 0.84% 0.74% -
XYZ 23.5 15.82 3.11 -
YUV 103.77 86.94 188.08 -
System Red Green Blue C M Y K H S L
Decimal 188 75 31 0 0.60 0.84 0.26 16.82 0.72 0.43
Hex BC 4B 1F 0 3C 54 1A 11 48 2B
Octal 274 113 37 0 74 124 32 21 110 53
Binary 10111100 1001011 11111 0 111100 1010100 11010 10001 1001000 101011

Color Harmonies of #BC4B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B1F

Black with #BC4B1F

Text Example


Text Example

White with #BC4B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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