Html Css Color HEX #BC4404 Rust

📋 copy color: '#BC4404'

red 188 ◦ green 68 ◦ blue 4

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

Shades of Rust #BC4404

Tints of Rust #BC4404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.15%

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 72.31%
G = 26.15%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC4404 (or 0xBC4404) is known color: Rust. HEX triplet: BC, 44 and 04. RGB value is (188,68,4). Sum of RGB (Red+Green+Blue) = 188+68+4=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4404 is #43BBFB. Grayscale: #606060. Windows color (decimal): -4439036 or 279740. OLE color: 279740.

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

Color convert

RGB 188 68 4 -
CMYK 0 0.64 0.98 0.26
HSL 20.87º 0.96% 0.38% -
HSV(B) 20.87º 0.98% 0.74% -
XYZ 22.83 14.83 1.78 -
YUV 96.58 75.76 193.2 -
System Red Green Blue C M Y K H S L
Decimal 188 68 4 0 0.64 0.98 0.26 20.87 0.96 0.38
Hex BC 44 4 0 40 62 1A 15 60 26
Octal 274 104 4 0 100 142 32 25 140 46
Binary 10111100 1000100 100 0 1000000 1100010 11010 10101 1100000 100110

Color Harmonies of #BC4404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4404

Black with #BC4404

Text Example


Text Example

White with #BC4404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4404; }

 p { color: rgb(188,68,4); }

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

background-color css

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

 a { background-color: rgb(188,68,4); }

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

border-color css

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

 span { border-color: rgb(188,68,4); }

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