Html Css Color HEX #BC4400 Rust

📋 copy color: '#BC4400'

red 188 ◦ green 68 ◦ blue 0

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

Shades of Rust #BC4400

Tints of Rust #BC4400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.44%
G = 26.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC4400 (or 0xBC4400) is known color: Rust. HEX triplet: BC, 44 and 00. RGB value is (188,68,0). Sum of RGB (Red+Green+Blue) = 188+68+0=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4400 is #43BBFF. Grayscale: #606060. Windows color (decimal): -4439040 or 17596. OLE color: 17596.

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

Color convert

RGB 188 68 0 -
CMYK 0 0.64 1 0.26
HSL 21.7º 1% 0.37% -
HSV(B) 21.7º 1% 0.74% -
XYZ 22.81 14.83 1.66 -
YUV 96.13 73.76 193.53 -
System Red Green Blue C M Y K H S L
Decimal 188 68 0 0 0.64 1 0.26 21.7 1 0.37
Hex BC 44 0 0 40 64 1A 16 64 25
Octal 274 104 0 0 100 144 32 26 144 45
Binary 10111100 1000100 0 0 1000000 1100100 11010 10110 1100100 100101

Color Harmonies of #BC4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4400

Black with #BC4400

Text Example


Text Example

White with #BC4400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4400; }

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

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

background-color css

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

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

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

border-color css

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

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

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