Html Css Color HEX #BC4F1E Rust

📋 copy color: '#BC4F1E'

red 188 ◦ green 79 ◦ blue 30

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

Shades of Rust #BC4F1E

Tints of Rust #BC4F1E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.6%

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 63.3%
G = 26.6%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC4F1E (or 0xBC4F1E) is known color: Rust. HEX triplet: BC, 4F and 1E. RGB value is (188,79,30). Sum of RGB (Red+Green+Blue) = 188+79+30=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F1E is #43B0E1. Grayscale: #6A6A6A. Windows color (decimal): -4436194 or 1986492. OLE color: 1986492.

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

Color convert

RGB 188 79 30 -
CMYK 0 0.58 0.84 0.26
HSL 18.61º 0.72% 0.43% -
HSV(B) 18.61º 0.84% 0.74% -
XYZ 23.77 16.38 3.14 -
YUV 106.01 85.11 186.48 -
System Red Green Blue C M Y K H S L
Decimal 188 79 30 0 0.58 0.84 0.26 18.61 0.72 0.43
Hex BC 4F 1E 0 3A 54 1A 13 48 2B
Octal 274 117 36 0 72 124 32 23 110 53
Binary 10111100 1001111 11110 0 111010 1010100 11010 10011 1001000 101011

Color Harmonies of #BC4F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F1E

Black with #BC4F1E

Text Example


Text Example

White with #BC4F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F1E; }

 p { color: rgb(188,79,30); }

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

background-color css

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

 a { background-color: rgb(188,79,30); }

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

border-color css

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

 span { border-color: rgb(188,79,30); }

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