Html Css Color HEX #BC4604 Rust

📋 copy color: '#BC4604'

red 188 ◦ green 70 ◦ blue 4

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

Shades of Rust #BC4604

Tints of Rust #BC4604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

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

R = 71.76%
G = 26.72%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC4604 (or 0xBC4604) is known color: Rust. HEX triplet: BC, 46 and 04. RGB value is (188,70,4). Sum of RGB (Red+Green+Blue) = 188+70+4=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4604 is #43B9FB. Grayscale: #626262. Windows color (decimal): -4438524 or 280252. OLE color: 280252.

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

Color convert

RGB 188 70 4 -
CMYK 0 0.63 0.98 0.26
HSL 21.52º 0.96% 0.38% -
HSV(B) 21.52º 0.98% 0.74% -
XYZ 22.95 15.08 1.82 -
YUV 97.76 75.09 192.37 -
System Red Green Blue C M Y K H S L
Decimal 188 70 4 0 0.63 0.98 0.26 21.52 0.96 0.38
Hex BC 46 4 0 3F 62 1A 16 60 26
Octal 274 106 4 0 77 142 32 26 140 46
Binary 10111100 1000110 100 0 111111 1100010 11010 10110 1100000 100110

Color Harmonies of #BC4604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4604

Black with #BC4604

Text Example


Text Example

White with #BC4604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4604; }

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

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

background-color css

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

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

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

border-color css

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

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

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