Html Css Color HEX #BC3C0D Rust

📋 copy color: '#BC3C0D'

red 188 ◦ green 60 ◦ blue 13

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

Shades of Rust #BC3C0D

Tints of Rust #BC3C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.99%

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

R = 72.03%
G = 22.99%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC3C0D (or 0xBC3C0D) is known color: Rust. HEX triplet: BC, 3C and 0D. RGB value is (188,60,13). Sum of RGB (Red+Green+Blue) = 188+60+13=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3C0D is #43C3F2. Grayscale: #5D5D5D. Windows color (decimal): -4441075 or 867516. OLE color: 867516.

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

Color convert

RGB 188 60 13 -
CMYK 0 0.68 0.93 0.26
HSL 16.11º 0.87% 0.39% -
HSV(B) 16.11º 0.93% 0.74% -
XYZ 22.43 13.95 1.89 -
YUV 92.91 82.91 195.82 -
System Red Green Blue C M Y K H S L
Decimal 188 60 13 0 0.68 0.93 0.26 16.11 0.87 0.39
Hex BC 3C D 0 44 5D 1A 10 57 27
Octal 274 74 15 0 104 135 32 20 127 47
Binary 10111100 111100 1101 0 1000100 1011101 11010 10000 1010111 100111

Color Harmonies of #BC3C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3C0D

Black with #BC3C0D

Text Example


Text Example

White with #BC3C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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