Html Css Color HEX #BC490F Rust

📋 copy color: '#BC490F'

red 188 ◦ green 73 ◦ blue 15

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

Shades of Rust #BC490F

Tints of Rust #BC490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.43%

R = 68.12%
G = 26.45%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC490F (or 0xBC490F) is known color: Rust. HEX triplet: BC, 49 and 0F. RGB value is (188,73,15). Sum of RGB (Red+Green+Blue) = 188+73+15=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC490F is #43B6F0. Grayscale: #656565. Windows color (decimal): -4437745 or 1001916. OLE color: 1001916.

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

Color convert

RGB 188 73 15 -
CMYK 0 0.61 0.92 0.26
HSL 20.12º 0.85% 0.4% -
HSV(B) 20.12º 0.92% 0.74% -
XYZ 23.21 15.49 2.22 -
YUV 100.77 79.6 190.22 -
System Red Green Blue C M Y K H S L
Decimal 188 73 15 0 0.61 0.92 0.26 20.12 0.85 0.4
Hex BC 49 F 0 3D 5C 1A 14 55 28
Octal 274 111 17 0 75 134 32 24 125 50
Binary 10111100 1001001 1111 0 111101 1011100 11010 10100 1010101 101000

Color Harmonies of #BC490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC490F

Black with #BC490F

Text Example


Text Example

White with #BC490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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