Html Css Color HEX #BC3A14 Rust

📋 copy color: '#BC3A14'

red 188 ◦ green 58 ◦ blue 20

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

Shades of Rust #BC3A14

Tints of Rust #BC3A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.8%

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 70.68%
G = 21.8%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC3A14 (or 0xBC3A14) is known color: Rust. HEX triplet: BC, 3A and 14. RGB value is (188,58,20). Sum of RGB (Red+Green+Blue) = 188+58+20=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3A14 is #43C5EB. Grayscale: #5C5C5C. Windows color (decimal): -4441580 or 1325756. OLE color: 1325756.

HSL color Cylindrical-coordinate representation of color #BC3A14: hue angle of 13.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC3A14 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 58 20 -
CMYK 0 0.69 0.89 0.26
HSL 13.57º 0.81% 0.41% -
HSV(B) 13.57º 0.89% 0.74% -
XYZ 22.38 13.77 2.14 -
YUV 92.54 87.07 196.09 -
System Red Green Blue C M Y K H S L
Decimal 188 58 20 0 0.69 0.89 0.26 13.57 0.81 0.41
Hex BC 3A 14 0 45 59 1A E 51 29
Octal 274 72 24 0 105 131 32 16 121 51
Binary 10111100 111010 10100 0 1000101 1011001 11010 1110 1010001 101001

Color Harmonies of #BC3A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A14

Black with #BC3A14

Text Example


Text Example

White with #BC3A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A14; }

 p { color: rgb(188,58,20); }

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

background-color css

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

 a { background-color: rgb(188,58,20); }

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

border-color css

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

 span { border-color: rgb(188,58,20); }

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