Html Css Color HEX #BC4D1A Rust

📋 copy color: '#BC4D1A'

red 188 ◦ green 77 ◦ blue 26

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

Shades of Rust #BC4D1A

Tints of Rust #BC4D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.46%

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 64.6%
G = 26.46%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC4D1A (or 0xBC4D1A) is known color: Rust. HEX triplet: BC, 4D and 1A. RGB value is (188,77,26). Sum of RGB (Red+Green+Blue) = 188+77+26=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D1A is #43B2E5. Grayscale: #686868. Windows color (decimal): -4436710 or 1723836. OLE color: 1723836.

HSL color Cylindrical-coordinate representation of color #BC4D1A: hue angle of 18.89º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC4D1A is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 77 26 -
CMYK 0 0.59 0.86 0.26
HSL 18.89º 0.76% 0.42% -
HSV(B) 18.89º 0.86% 0.74% -
XYZ 23.58 16.07 2.84 -
YUV 104.38 83.77 187.65 -
System Red Green Blue C M Y K H S L
Decimal 188 77 26 0 0.59 0.86 0.26 18.89 0.76 0.42
Hex BC 4D 1A 0 3B 56 1A 13 4C 2A
Octal 274 115 32 0 73 126 32 23 114 52
Binary 10111100 1001101 11010 0 111011 1010110 11010 10011 1001100 101010

Color Harmonies of #BC4D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D1A

Black with #BC4D1A

Text Example


Text Example

White with #BC4D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D1A; }

 p { color: rgb(188,77,26); }

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

background-color css

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

 a { background-color: rgb(188,77,26); }

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

border-color css

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

 span { border-color: rgb(188,77,26); }

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