Html Css Color HEX #BC4D1D Rust

📋 copy color: '#BC4D1D'

red 188 ◦ green 77 ◦ blue 29

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

Shades of Rust #BC4D1D

Tints of Rust #BC4D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.86%

R = 63.95%
G = 26.19%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC4D1D (or 0xBC4D1D) is known color: Rust. HEX triplet: BC, 4D and 1D. RGB value is (188,77,29). Sum of RGB (Red+Green+Blue) = 188+77+29=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D1D is #43B2E2. Grayscale: #696969. Windows color (decimal): -4436707 or 1920444. OLE color: 1920444.

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

Color convert

RGB 188 77 29 -
CMYK 0 0.59 0.85 0.26
HSL 18.11º 0.73% 0.43% -
HSV(B) 18.11º 0.85% 0.74% -
XYZ 23.61 16.09 3.02 -
YUV 104.72 85.27 187.4 -
System Red Green Blue C M Y K H S L
Decimal 188 77 29 0 0.59 0.85 0.26 18.11 0.73 0.43
Hex BC 4D 1D 0 3B 55 1A 12 49 2B
Octal 274 115 35 0 73 125 32 22 111 53
Binary 10111100 1001101 11101 0 111011 1010101 11010 10010 1001001 101011

Color Harmonies of #BC4D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D1D

Black with #BC4D1D

Text Example


Text Example

White with #BC4D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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