Html Css Color HEX #BC4204 Rust

📋 copy color: '#BC4204'

red 188 ◦ green 66 ◦ blue 4

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

Shades of Rust #BC4204

Tints of Rust #BC4204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

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

R = 72.87%
G = 25.58%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC4204 (or 0xBC4204) is known color: Rust. HEX triplet: BC, 42 and 04. RGB value is (188,66,4). Sum of RGB (Red+Green+Blue) = 188+66+4=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4204 is #43BDFB. Grayscale: #5F5F5F. Windows color (decimal): -4439548 or 279228. OLE color: 279228.

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

Color convert

RGB 188 66 4 -
CMYK 0 0.65 0.98 0.26
HSL 20.22º 0.96% 0.38% -
HSV(B) 20.22º 0.98% 0.74% -
XYZ 22.71 14.6 1.74 -
YUV 95.41 76.42 194.04 -
System Red Green Blue C M Y K H S L
Decimal 188 66 4 0 0.65 0.98 0.26 20.22 0.96 0.38
Hex BC 42 4 0 41 62 1A 14 60 26
Octal 274 102 4 0 101 142 32 24 140 46
Binary 10111100 1000010 100 0 1000001 1100010 11010 10100 1100000 100110

Color Harmonies of #BC4204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4204

Black with #BC4204

Text Example


Text Example

White with #BC4204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4204; }

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

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

background-color css

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

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

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

border-color css

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

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

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