Html Css Color HEX #BC4C0D Rust

📋 copy color: '#BC4C0D'

red 188 ◦ green 76 ◦ blue 13

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

Shades of Rust #BC4C0D

Tints of Rust #BC4C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.44%

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

R = 67.87%
G = 27.44%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC4C0D (or 0xBC4C0D) is known color: Rust. HEX triplet: BC, 4C and 0D. RGB value is (188,76,13). Sum of RGB (Red+Green+Blue) = 188+76+13=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4C0D is #43B3F2. Grayscale: #666666. Windows color (decimal): -4436979 or 871612. OLE color: 871612.

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

Color convert

RGB 188 76 13 -
CMYK 0 0.60 0.93 0.26
HSL 21.6º 0.87% 0.39% -
HSV(B) 21.6º 0.93% 0.74% -
XYZ 23.4 15.89 2.21 -
YUV 102.31 77.61 189.12 -
System Red Green Blue C M Y K H S L
Decimal 188 76 13 0 0.60 0.93 0.26 21.6 0.87 0.39
Hex BC 4C D 0 3C 5D 1A 16 57 27
Octal 274 114 15 0 74 135 32 26 127 47
Binary 10111100 1001100 1101 0 111100 1011101 11010 10110 1010111 100111

Color Harmonies of #BC4C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4C0D

Black with #BC4C0D

Text Example


Text Example

White with #BC4C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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