Html Css Color HEX #BC3E12 Rust

📋 copy color: '#BC3E12'

red 188 ◦ green 62 ◦ blue 18

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

Shades of Rust #BC3E12

Tints of Rust #BC3E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.13%

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

R = 70.15%
G = 23.13%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC3E12 (or 0xBC3E12) is known color: Rust. HEX triplet: BC, 3E and 12. RGB value is (188,62,18). Sum of RGB (Red+Green+Blue) = 188+62+18=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3E12 is #43C1ED. Grayscale: #5E5E5E. Windows color (decimal): -4440558 or 1195708. OLE color: 1195708.

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

Color convert

RGB 188 62 18 -
CMYK 0 0.67 0.90 0.26
HSL 15.53º 0.83% 0.4% -
HSV(B) 15.53º 0.9% 0.74% -
XYZ 22.57 14.18 2.12 -
YUV 94.66 84.74 194.58 -
System Red Green Blue C M Y K H S L
Decimal 188 62 18 0 0.67 0.90 0.26 15.53 0.83 0.4
Hex BC 3E 12 0 43 5A 1A 10 53 28
Octal 274 76 22 0 103 132 32 20 123 50
Binary 10111100 111110 10010 0 1000011 1011010 11010 10000 1010011 101000

Color Harmonies of #BC3E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E12

Black with #BC3E12

Text Example


Text Example

White with #BC3E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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