Html Css Color HEX #BC4016 Rust

📋 copy color: '#BC4016'

red 188 ◦ green 64 ◦ blue 22

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

Shades of Rust #BC4016

Tints of Rust #BC4016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.36%

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

R = 68.61%
G = 23.36%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC4016 (or 0xBC4016) is known color: Rust. HEX triplet: BC, 40 and 16. RGB value is (188,64,22). Sum of RGB (Red+Green+Blue) = 188+64+22=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4016 is #43BFE9. Grayscale: #606060. Windows color (decimal): -4440042 or 1458364. OLE color: 1458364.

HSL color Cylindrical-coordinate representation of color #BC4016: hue angle of 15.18º 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 #BC4016 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 22 -
CMYK 0 0.66 0.88 0.26
HSL 15.18º 0.79% 0.41% -
HSV(B) 15.18º 0.88% 0.74% -
XYZ 22.72 14.42 2.34 -
YUV 96.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 188 64 22 0 0.66 0.88 0.26 15.18 0.79 0.41
Hex BC 40 16 0 42 58 1A F 4F 29
Octal 274 100 26 0 102 130 32 17 117 51
Binary 10111100 1000000 10110 0 1000010 1011000 11010 1111 1001111 101001

Color Harmonies of #BC4016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4016

Black with #BC4016

Text Example


Text Example

White with #BC4016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4016; }

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

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

background-color css

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

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

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

border-color css

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

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

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