Html Css Color HEX #BC4912 Rust

📋 copy color: '#BC4912'

red 188 ◦ green 73 ◦ blue 18

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

Shades of Rust #BC4912

Tints of Rust #BC4912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

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

R = 67.38%
G = 26.16%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC4912 (or 0xBC4912) is known color: Rust. HEX triplet: BC, 49 and 12. RGB value is (188,73,18). Sum of RGB (Red+Green+Blue) = 188+73+18=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4912 is #43B6ED. Grayscale: #656565. Windows color (decimal): -4437742 or 1198524. OLE color: 1198524.

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

Color convert

RGB 188 73 18 -
CMYK 0 0.61 0.90 0.26
HSL 19.41º 0.83% 0.4% -
HSV(B) 19.41º 0.9% 0.74% -
XYZ 23.23 15.5 2.34 -
YUV 101.12 81.1 189.97 -
System Red Green Blue C M Y K H S L
Decimal 188 73 18 0 0.61 0.90 0.26 19.41 0.83 0.4
Hex BC 49 12 0 3D 5A 1A 13 53 28
Octal 274 111 22 0 75 132 32 23 123 50
Binary 10111100 1001001 10010 0 111101 1011010 11010 10011 1010011 101000

Color Harmonies of #BC4912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4912

Black with #BC4912

Text Example


Text Example

White with #BC4912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4912; }

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

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

background-color css

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

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

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

border-color css

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

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

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