Html Css Color HEX #BC4E0D Rust

📋 copy color: '#BC4E0D'

red 188 ◦ green 78 ◦ blue 13

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

Shades of Rust #BC4E0D

Tints of Rust #BC4E0D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.96%

 BLUE value IS 13 (5.47% from 255) = 4.66%

R = 67.38%
G = 27.96%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC4E0D (or 0xBC4E0D) is known color: Rust. HEX triplet: BC, 4E and 0D. RGB value is (188,78,13). Sum of RGB (Red+Green+Blue) = 188+78+13=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4E0D is #43B1F2. Grayscale: #676767. Windows color (decimal): -4436467 or 872124. OLE color: 872124.

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

Color convert

RGB 188 78 13 -
CMYK 0 0.59 0.93 0.26
HSL 22.29º 0.87% 0.39% -
HSV(B) 22.29º 0.93% 0.74% -
XYZ 23.54 16.17 2.26 -
YUV 103.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 188 78 13 0 0.59 0.93 0.26 22.29 0.87 0.39
Hex BC 4E D 0 3B 5D 1A 16 57 27
Octal 274 116 15 0 73 135 32 26 127 47
Binary 10111100 1001110 1101 0 111011 1011101 11010 10110 1010111 100111

Color Harmonies of #BC4E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E0D

Black with #BC4E0D

Text Example


Text Example

White with #BC4E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E0D; }

 p { color: rgb(188,78,13); }

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

background-color css

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

 a { background-color: rgb(188,78,13); }

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

border-color css

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

 span { border-color: rgb(188,78,13); }

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