Html Css Color HEX #BC4A16 Rust

📋 copy color: '#BC4A16'

red 188 ◦ green 74 ◦ blue 22

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

Shades of Rust #BC4A16

Tints of Rust #BC4A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.06%

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

R = 66.2%
G = 26.06%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC4A16 (or 0xBC4A16) is known color: Rust. HEX triplet: BC, 4A and 16. RGB value is (188,74,22). Sum of RGB (Red+Green+Blue) = 188+74+22=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4A16 is #43B5E9. Grayscale: #666666. Windows color (decimal): -4437482 or 1460924. OLE color: 1460924.

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

Color convert

RGB 188 74 22 -
CMYK 0 0.61 0.88 0.26
HSL 18.8º 0.79% 0.41% -
HSV(B) 18.8º 0.88% 0.74% -
XYZ 23.33 15.65 2.55 -
YUV 102.16 82.77 189.23 -
System Red Green Blue C M Y K H S L
Decimal 188 74 22 0 0.61 0.88 0.26 18.8 0.79 0.41
Hex BC 4A 16 0 3D 58 1A 13 4F 29
Octal 274 112 26 0 75 130 32 23 117 51
Binary 10111100 1001010 10110 0 111101 1011000 11010 10011 1001111 101001

Color Harmonies of #BC4A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A16

Black with #BC4A16

Text Example


Text Example

White with #BC4A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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