Html Css Color HEX #BC4D05 Rust

📋 copy color: '#BC4D05'

red 188 ◦ green 77 ◦ blue 5

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

Shades of Rust #BC4D05

Tints of Rust #BC4D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 69.63%
G = 28.52%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC4D05 (or 0xBC4D05) is known color: Rust. HEX triplet: BC, 4D and 05. RGB value is (188,77,5). Sum of RGB (Red+Green+Blue) = 188+77+5=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4D05 is #43B2FA. Grayscale: #666666. Windows color (decimal): -4436731 or 347580. OLE color: 347580.

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

Color convert

RGB 188 77 5 -
CMYK 0 0.59 0.97 0.26
HSL 23.61º 0.95% 0.38% -
HSV(B) 23.61º 0.97% 0.74% -
XYZ 23.42 16.01 2 -
YUV 101.98 73.27 189.35 -
System Red Green Blue C M Y K H S L
Decimal 188 77 5 0 0.59 0.97 0.26 23.61 0.95 0.38
Hex BC 4D 5 0 3B 61 1A 18 5F 26
Octal 274 115 5 0 73 141 32 30 137 46
Binary 10111100 1001101 101 0 111011 1100001 11010 11000 1011111 100110

Color Harmonies of #BC4D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D05

Black with #BC4D05

Text Example


Text Example

White with #BC4D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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