Html Css Color HEX #BC4915 Rust

📋 copy color: '#BC4915'

red 188 ◦ green 73 ◦ blue 21

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

Shades of Rust #BC4915

Tints of Rust #BC4915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 66.67%
G = 25.89%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC4915 (or 0xBC4915) is known color: Rust. HEX triplet: BC, 49 and 15. RGB value is (188,73,21). Sum of RGB (Red+Green+Blue) = 188+73+21=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4915 is #43B6EA. Grayscale: #656565. Windows color (decimal): -4437739 or 1395132. OLE color: 1395132.

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

Color convert

RGB 188 73 21 -
CMYK 0 0.61 0.89 0.26
HSL 18.68º 0.8% 0.41% -
HSV(B) 18.68º 0.89% 0.74% -
XYZ 23.26 15.51 2.48 -
YUV 101.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 188 73 21 0 0.61 0.89 0.26 18.68 0.8 0.41
Hex BC 49 15 0 3D 59 1A 13 50 29
Octal 274 111 25 0 75 131 32 23 120 51
Binary 10111100 1001001 10101 0 111101 1011001 11010 10011 1010000 101001

Color Harmonies of #BC4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4915

Black with #BC4915

Text Example


Text Example

White with #BC4915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4915; }

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

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

background-color css

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

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

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

border-color css

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

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

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