Html Css Color HEX #BC4904 Rust

📋 copy color: '#BC4904'

red 188 ◦ green 73 ◦ blue 4

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

Shades of Rust #BC4904

Tints of Rust #BC4904

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

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

R = 70.94%
G = 27.55%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC4904 (or 0xBC4904) is known color: Rust. HEX triplet: BC, 49 and 04. RGB value is (188,73,4). Sum of RGB (Red+Green+Blue) = 188+73+4=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4904 is #43B6FB. Grayscale: #636363. Windows color (decimal): -4437756 or 281020. OLE color: 281020.

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

Color convert

RGB 188 73 4 -
CMYK 0 0.61 0.98 0.26
HSL 22.5º 0.96% 0.38% -
HSV(B) 22.5º 0.98% 0.74% -
XYZ 23.14 15.47 1.88 -
YUV 99.52 74.1 191.11 -
System Red Green Blue C M Y K H S L
Decimal 188 73 4 0 0.61 0.98 0.26 22.5 0.96 0.38
Hex BC 49 4 0 3D 62 1A 16 60 26
Octal 274 111 4 0 75 142 32 26 140 46
Binary 10111100 1001001 100 0 111101 1100010 11010 10110 1100000 100110

Color Harmonies of #BC4904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4904

Black with #BC4904

Text Example


Text Example

White with #BC4904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4904; }

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

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

background-color css

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

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

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

border-color css

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

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

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