Html Css Color HEX #BC4516 Rust

📋 copy color: '#BC4516'

red 188 ◦ green 69 ◦ blue 22

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

Shades of Rust #BC4516

Tints of Rust #BC4516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.73%

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

R = 67.38%
G = 24.73%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC4516 (or 0xBC4516) is known color: Rust. HEX triplet: BC, 45 and 16. RGB value is (188,69,22). Sum of RGB (Red+Green+Blue) = 188+69+22=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4516 is #43BAE9. Grayscale: #636363. Windows color (decimal): -4438762 or 1459644. OLE color: 1459644.

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

Color convert

RGB 188 69 22 -
CMYK 0 0.63 0.88 0.26
HSL 16.99º 0.79% 0.41% -
HSV(B) 16.99º 0.88% 0.74% -
XYZ 23.01 15.01 2.44 -
YUV 99.22 84.42 191.32 -
System Red Green Blue C M Y K H S L
Decimal 188 69 22 0 0.63 0.88 0.26 16.99 0.79 0.41
Hex BC 45 16 0 3F 58 1A 11 4F 29
Octal 274 105 26 0 77 130 32 21 117 51
Binary 10111100 1000101 10110 0 111111 1011000 11010 10001 1001111 101001

Color Harmonies of #BC4516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4516

Black with #BC4516

Text Example


Text Example

White with #BC4516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4516; }

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

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

background-color css

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

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

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

border-color css

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

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

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