Html Css Color HEX #BC4909 Rust

📋 copy color: '#BC4909'

red 188 ◦ green 73 ◦ blue 9

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

Shades of Rust #BC4909

Tints of Rust #BC4909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.33%

R = 69.63%
G = 27.04%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC4909 (or 0xBC4909) is known color: Rust. HEX triplet: BC, 49 and 09. RGB value is (188,73,9). Sum of RGB (Red+Green+Blue) = 188+73+9=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4909 is #43B6F6. Grayscale: #646464. Windows color (decimal): -4437751 or 608700. OLE color: 608700.

HSL color Cylindrical-coordinate representation of color #BC4909: hue angle of 21.45º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC4909 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 73 9 -
CMYK 0 0.61 0.95 0.26
HSL 21.45º 0.91% 0.39% -
HSV(B) 21.45º 0.95% 0.74% -
XYZ 23.17 15.48 2.02 -
YUV 100.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 188 73 9 0 0.61 0.95 0.26 21.45 0.91 0.39
Hex BC 49 9 0 3D 5F 1A 15 5B 27
Octal 274 111 11 0 75 137 32 25 133 47
Binary 10111100 1001001 1001 0 111101 1011111 11010 10101 1011011 100111

Color Harmonies of #BC4909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4909

Black with #BC4909

Text Example


Text Example

White with #BC4909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4909; }

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

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

background-color css

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

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

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

border-color css

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

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

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