Html Css Color HEX #BC3605 Rust

📋 copy color: '#BC3605'

red 188 ◦ green 54 ◦ blue 5

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

Shades of Rust #BC3605

Tints of Rust #BC3605

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 76.11%
G = 21.86%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC3605 (or 0xBC3605) is known color: Rust. HEX triplet: BC, 36 and 05. RGB value is (188,54,5). Sum of RGB (Red+Green+Blue) = 188+54+5=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3605 is #43C9FA. Grayscale: #585858. Windows color (decimal): -4442619 or 341692. OLE color: 341692.

HSL color Cylindrical-coordinate representation of color #BC3605: hue angle of 16.07º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC3605 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 54 5 -
CMYK 0 0.71 0.97 0.26
HSL 16.07º 0.95% 0.38% -
HSV(B) 16.07º 0.97% 0.74% -
XYZ 22.09 13.34 1.55 -
YUV 88.48 80.89 198.98 -
System Red Green Blue C M Y K H S L
Decimal 188 54 5 0 0.71 0.97 0.26 16.07 0.95 0.38
Hex BC 36 5 0 47 61 1A 10 5F 26
Octal 274 66 5 0 107 141 32 20 137 46
Binary 10111100 110110 101 0 1000111 1100001 11010 10000 1011111 100110

Color Harmonies of #BC3605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3605

Black with #BC3605

Text Example


Text Example

White with #BC3605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3605; }

 p { color: rgb(188,54,5); }

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

background-color css

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

 a { background-color: rgb(188,54,5); }

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

border-color css

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

 span { border-color: rgb(188,54,5); }

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