Html Css Color HEX #BC3704 Rust

📋 copy color: '#BC3704'

red 188 ◦ green 55 ◦ blue 4

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

Shades of Rust #BC3704

Tints of Rust #BC3704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.62%

R = 76.11%
G = 22.27%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC3704 (or 0xBC3704) is known color: Rust. HEX triplet: BC, 37 and 04. RGB value is (188,55,4). Sum of RGB (Red+Green+Blue) = 188+55+4=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3704 is #43C8FB. Grayscale: #595959. Windows color (decimal): -4442364 or 276412. OLE color: 276412.

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

Color convert

RGB 188 55 4 -
CMYK 0 0.71 0.98 0.26
HSL 16.63º 0.96% 0.38% -
HSV(B) 16.63º 0.98% 0.74% -
XYZ 22.13 13.43 1.54 -
YUV 88.95 80.06 198.65 -
System Red Green Blue C M Y K H S L
Decimal 188 55 4 0 0.71 0.98 0.26 16.63 0.96 0.38
Hex BC 37 4 0 47 62 1A 11 60 26
Octal 274 67 4 0 107 142 32 21 140 46
Binary 10111100 110111 100 0 1000111 1100010 11010 10001 1100000 100110

Color Harmonies of #BC3704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3704

Black with #BC3704

Text Example


Text Example

White with #BC3704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3704; }

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

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

background-color css

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

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

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

border-color css

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

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

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