Html Css Color HEX #BC4B0D Rust

📋 copy color: '#BC4B0D'

red 188 ◦ green 75 ◦ blue 13

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

Shades of Rust #BC4B0D

Tints of Rust #BC4B0D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.17%

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

R = 68.12%
G = 27.17%
B = 4.71%

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

#BC4B0D (or 0xBC4B0D) is known color: Rust. HEX triplet: BC, 4B and 0D. RGB value is (188,75,13). Sum of RGB (Red+Green+Blue) = 188+75+13=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4B0D is #43B4F2. Grayscale: #666666. Windows color (decimal): -4437235 or 871356. OLE color: 871356.

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

Color convert

RGB 188 75 13 -
CMYK 0 0.60 0.93 0.26
HSL 21.26º 0.87% 0.39% -
HSV(B) 21.26º 0.93% 0.74% -
XYZ 23.33 15.75 2.19 -
YUV 101.72 77.94 189.54 -
System Red Green Blue C M Y K H S L
Decimal 188 75 13 0 0.60 0.93 0.26 21.26 0.87 0.39
Hex BC 4B D 0 3C 5D 1A 15 57 27
Octal 274 113 15 0 74 135 32 25 127 47
Binary 10111100 1001011 1101 0 111100 1011101 11010 10101 1010111 100111

Color Harmonies of #BC4B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4B0D

Black with #BC4B0D

Text Example


Text Example

White with #BC4B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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