Html Css Color HEX #BC3705 Rust

📋 copy color: '#BC3705'

red 188 ◦ green 55 ◦ blue 5

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

Shades of Rust #BC3705

Tints of Rust #BC3705

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

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

R = 75.81%
G = 22.18%
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

#BC3705 (or 0xBC3705) is known color: Rust. HEX triplet: BC, 37 and 05. RGB value is (188,55,5). Sum of RGB (Red+Green+Blue) = 188+55+5=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3705 is #43C8FA. Grayscale: #595959. Windows color (decimal): -4442363 or 341948. OLE color: 341948.

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

Color convert

RGB 188 55 5 -
CMYK 0 0.71 0.97 0.26
HSL 16.39º 0.95% 0.38% -
HSV(B) 16.39º 0.97% 0.74% -
XYZ 22.13 13.43 1.57 -
YUV 89.07 80.56 198.57 -
System Red Green Blue C M Y K H S L
Decimal 188 55 5 0 0.71 0.97 0.26 16.39 0.95 0.38
Hex BC 37 5 0 47 61 1A 10 5F 26
Octal 274 67 5 0 107 141 32 20 137 46
Binary 10111100 110111 101 0 1000111 1100001 11010 10000 1011111 100110

Color Harmonies of #BC3705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3705

Black with #BC3705

Text Example


Text Example

White with #BC3705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3705; }

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

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

background-color css

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

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

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

border-color css

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

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

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