Html Css Color HEX #BC490D Rust

📋 copy color: '#BC490D'

red 188 ◦ green 73 ◦ blue 13

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

Shades of Rust #BC490D

Tints of Rust #BC490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.74%

R = 68.61%
G = 26.64%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC490D (or 0xBC490D) is known color: Rust. HEX triplet: BC, 49 and 0D. RGB value is (188,73,13). Sum of RGB (Red+Green+Blue) = 188+73+13=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC490D is #43B6F2. Grayscale: #646464. Windows color (decimal): -4437747 or 870844. OLE color: 870844.

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

Color convert

RGB 188 73 13 -
CMYK 0 0.61 0.93 0.26
HSL 20.57º 0.87% 0.39% -
HSV(B) 20.57º 0.93% 0.74% -
XYZ 23.19 15.49 2.15 -
YUV 100.55 78.6 190.38 -
System Red Green Blue C M Y K H S L
Decimal 188 73 13 0 0.61 0.93 0.26 20.57 0.87 0.39
Hex BC 49 D 0 3D 5D 1A 15 57 27
Octal 274 111 15 0 75 135 32 25 127 47
Binary 10111100 1001001 1101 0 111101 1011101 11010 10101 1010111 100111

Color Harmonies of #BC490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC490D

Black with #BC490D

Text Example


Text Example

White with #BC490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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