Html Css Color HEX #BC400E Rust

📋 copy color: '#BC400E'

red 188 ◦ green 64 ◦ blue 14

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

Shades of Rust #BC400E

Tints of Rust #BC400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.06%

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 70.68%
G = 24.06%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC400E (or 0xBC400E) is known color: Rust. HEX triplet: BC, 40 and 0E. RGB value is (188,64,14). Sum of RGB (Red+Green+Blue) = 188+64+14=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC400E is #43BFF1. Grayscale: #5F5F5F. Windows color (decimal): -4440050 or 934076. OLE color: 934076.

HSL color Cylindrical-coordinate representation of color #BC400E: hue angle of 17.24º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC400E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 14 -
CMYK 0 0.66 0.93 0.26
HSL 17.24º 0.86% 0.4% -
HSV(B) 17.24º 0.93% 0.74% -
XYZ 22.65 14.39 2 -
YUV 95.38 82.08 194.07 -
System Red Green Blue C M Y K H S L
Decimal 188 64 14 0 0.66 0.93 0.26 17.24 0.86 0.4
Hex BC 40 E 0 42 5D 1A 11 56 28
Octal 274 100 16 0 102 135 32 21 126 50
Binary 10111100 1000000 1110 0 1000010 1011101 11010 10001 1010110 101000

Color Harmonies of #BC400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC400E

Black with #BC400E

Text Example


Text Example

White with #BC400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC400E; }

 p { color: rgb(188,64,14); }

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

background-color css

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

 a { background-color: rgb(188,64,14); }

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

border-color css

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

 span { border-color: rgb(188,64,14); }

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