Html Css Color HEX #BC4A12 Rust

📋 copy color: '#BC4A12'

red 188 ◦ green 74 ◦ blue 18

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

Shades of Rust #BC4A12

Tints of Rust #BC4A12

RGB

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

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

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

R = 67.14%
G = 26.43%
B = 6.43%

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

#BC4A12 (or 0xBC4A12) is known color: Rust. HEX triplet: BC, 4A and 12. RGB value is (188,74,18). Sum of RGB (Red+Green+Blue) = 188+74+18=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4A12 is #43B5ED. Grayscale: #666666. Windows color (decimal): -4437486 or 1198780. OLE color: 1198780.

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

Color convert

RGB 188 74 18 -
CMYK 0 0.61 0.90 0.26
HSL 19.76º 0.83% 0.4% -
HSV(B) 19.76º 0.9% 0.74% -
XYZ 23.3 15.63 2.36 -
YUV 101.7 80.77 189.55 -
System Red Green Blue C M Y K H S L
Decimal 188 74 18 0 0.61 0.90 0.26 19.76 0.83 0.4
Hex BC 4A 12 0 3D 5A 1A 14 53 28
Octal 274 112 22 0 75 132 32 24 123 50
Binary 10111100 1001010 10010 0 111101 1011010 11010 10100 1010011 101000

Color Harmonies of #BC4A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A12

Black with #BC4A12

Text Example


Text Example

White with #BC4A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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