Html Css Color HEX #BC3F0D Rust

📋 copy color: '#BC3F0D'

red 188 ◦ green 63 ◦ blue 13

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

Shades of Rust #BC3F0D

Tints of Rust #BC3F0D

RGB

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

 GREEN value IS 63 (25% from 255) = 23.86%

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

R = 71.21%
G = 23.86%
B = 4.92%

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

#BC3F0D (or 0xBC3F0D) is known color: Rust. HEX triplet: BC, 3F and 0D. RGB value is (188,63,13). Sum of RGB (Red+Green+Blue) = 188+63+13=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3F0D is #43C0F2. Grayscale: #5F5F5F. Windows color (decimal): -4440307 or 868284. OLE color: 868284.

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

Color convert

RGB 188 63 13 -
CMYK 0 0.66 0.93 0.26
HSL 17.14º 0.87% 0.39% -
HSV(B) 17.14º 0.93% 0.74% -
XYZ 22.59 14.28 1.95 -
YUV 94.68 81.91 194.57 -
System Red Green Blue C M Y K H S L
Decimal 188 63 13 0 0.66 0.93 0.26 17.14 0.87 0.39
Hex BC 3F D 0 42 5D 1A 11 57 27
Octal 274 77 15 0 102 135 32 21 127 47
Binary 10111100 111111 1101 0 1000010 1011101 11010 10001 1010111 100111

Color Harmonies of #BC3F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F0D

Black with #BC3F0D

Text Example


Text Example

White with #BC3F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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