Html Css Color HEX #BC400D Rust

📋 copy color: '#BC400D'

red 188 ◦ green 64 ◦ blue 13

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

Shades of Rust #BC400D

Tints of Rust #BC400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.91%

R = 70.94%
G = 24.15%
B = 4.91%

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

#BC400D (or 0xBC400D) is known color: Rust. HEX triplet: BC, 40 and 0D. RGB value is (188,64,13). Sum of RGB (Red+Green+Blue) = 188+64+13=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC400D is #43BFF2. Grayscale: #5F5F5F. Windows color (decimal): -4440051 or 868540. OLE color: 868540.

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

Color convert

RGB 188 64 13 -
CMYK 0 0.66 0.93 0.26
HSL 17.49º 0.87% 0.39% -
HSV(B) 17.49º 0.93% 0.74% -
XYZ 22.65 14.39 1.96 -
YUV 95.26 81.58 194.15 -
System Red Green Blue C M Y K H S L
Decimal 188 64 13 0 0.66 0.93 0.26 17.49 0.87 0.39
Hex BC 40 D 0 42 5D 1A 11 57 27
Octal 274 100 15 0 102 135 32 21 127 47
Binary 10111100 1000000 1101 0 1000010 1011101 11010 10001 1010111 100111

Color Harmonies of #BC400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC400D

Black with #BC400D

Text Example


Text Example

White with #BC400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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