Html Css Color HEX #BC490B Rust

📋 copy color: '#BC490B'

red 188 ◦ green 73 ◦ blue 11

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

Shades of Rust #BC490B

Tints of Rust #BC490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.04%

R = 69.12%
G = 26.84%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC490B (or 0xBC490B) is known color: Rust. HEX triplet: BC, 49 and 0B. RGB value is (188,73,11). Sum of RGB (Red+Green+Blue) = 188+73+11=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC490B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC490B is #43B6F4. Grayscale: #646464. Windows color (decimal): -4437749 or 739772. OLE color: 739772.

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

Color convert

RGB 188 73 11 -
CMYK 0 0.61 0.94 0.26
HSL 21.02º 0.89% 0.39% -
HSV(B) 21.02º 0.94% 0.74% -
XYZ 23.18 15.48 2.08 -
YUV 100.32 77.6 190.54 -
System Red Green Blue C M Y K H S L
Decimal 188 73 11 0 0.61 0.94 0.26 21.02 0.89 0.39
Hex BC 49 B 0 3D 5E 1A 15 59 27
Octal 274 111 13 0 75 136 32 25 131 47
Binary 10111100 1001001 1011 0 111101 1011110 11010 10101 1011001 100111

Color Harmonies of #BC490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC490B

Black with #BC490B

Text Example


Text Example

White with #BC490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC490B; }

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

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

background-color css

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

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

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

border-color css

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

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

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