Html Css Color HEX #BC4512 Rust

📋 copy color: '#BC4512'

red 188 ◦ green 69 ◦ blue 18

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

Shades of Rust #BC4512

Tints of Rust #BC4512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 68.36%
G = 25.09%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC4512 (or 0xBC4512) is known color: Rust. HEX triplet: BC, 45 and 12. RGB value is (188,69,18). Sum of RGB (Red+Green+Blue) = 188+69+18=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4512 is #43BAED. Grayscale: #636363. Windows color (decimal): -4438766 or 1197500. OLE color: 1197500.

HSL color Cylindrical-coordinate representation of color #BC4512: hue angle of 18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC4512 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 69 18 -
CMYK 0 0.63 0.90 0.26
HSL 18º 0.83% 0.4% -
HSV(B) 18º 0.9% 0.74% -
XYZ 22.98 14.99 2.25 -
YUV 98.77 82.42 191.65 -
System Red Green Blue C M Y K H S L
Decimal 188 69 18 0 0.63 0.90 0.26 18 0.83 0.4
Hex BC 45 12 0 3F 5A 1A 12 53 28
Octal 274 105 22 0 77 132 32 22 123 50
Binary 10111100 1000101 10010 0 111111 1011010 11010 10010 1010011 101000

Color Harmonies of #BC4512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4512

Black with #BC4512

Text Example


Text Example

White with #BC4512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4512; }

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

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

background-color css

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

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

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

border-color css

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

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

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