Html Css Color HEX #BC3F1D Rust

📋 copy color: '#BC3F1D'

red 188 ◦ green 63 ◦ blue 29

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

Shades of Rust #BC3F1D

Tints of Rust #BC3F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.36%

R = 67.14%
G = 22.5%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC3F1D (or 0xBC3F1D) is known color: Rust. HEX triplet: BC, 3F and 1D. RGB value is (188,63,29). Sum of RGB (Red+Green+Blue) = 188+63+29=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3F1D is #43C0E2. Grayscale: #606060. Windows color (decimal): -4440291 or 1916860. OLE color: 1916860.

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

Color convert

RGB 188 63 29 -
CMYK 0 0.66 0.85 0.26
HSL 12.83º 0.73% 0.43% -
HSV(B) 12.83º 0.85% 0.74% -
XYZ 22.74 14.34 2.73 -
YUV 96.5 89.91 193.26 -
System Red Green Blue C M Y K H S L
Decimal 188 63 29 0 0.66 0.85 0.26 12.83 0.73 0.43
Hex BC 3F 1D 0 42 55 1A D 49 2B
Octal 274 77 35 0 102 125 32 15 111 53
Binary 10111100 111111 11101 0 1000010 1010101 11010 1101 1001001 101011

Color Harmonies of #BC3F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F1D

Black with #BC3F1D

Text Example


Text Example

White with #BC3F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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