Html Css Color HEX #BC4716 Rust

📋 copy color: '#BC4716'

red 188 ◦ green 71 ◦ blue 22

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

Shades of Rust #BC4716

Tints of Rust #BC4716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.27%

 BLUE value IS 22 (8.98% from 255) = 7.83%

R = 66.9%
G = 25.27%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC4716 (or 0xBC4716) is known color: Rust. HEX triplet: BC, 47 and 16. RGB value is (188,71,22). Sum of RGB (Red+Green+Blue) = 188+71+22=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4716 is #43B8E9. Grayscale: #646464. Windows color (decimal): -4438250 or 1460156. OLE color: 1460156.

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

Color convert

RGB 188 71 22 -
CMYK 0 0.62 0.88 0.26
HSL 17.71º 0.79% 0.41% -
HSV(B) 17.71º 0.88% 0.74% -
XYZ 23.14 15.26 2.48 -
YUV 100.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 188 71 22 0 0.62 0.88 0.26 17.71 0.79 0.41
Hex BC 47 16 0 3E 58 1A 12 4F 29
Octal 274 107 26 0 76 130 32 22 117 51
Binary 10111100 1000111 10110 0 111110 1011000 11010 10010 1001111 101001

Color Harmonies of #BC4716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4716

Black with #BC4716

Text Example


Text Example

White with #BC4716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4716; }

 p { color: rgb(188,71,22); }

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

background-color css

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

 a { background-color: rgb(188,71,22); }

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

border-color css

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

 span { border-color: rgb(188,71,22); }

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