Html Css Color HEX #BC3104 Rust

📋 copy color: '#BC3104'

red 188 ◦ green 49 ◦ blue 4

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

Shades of Rust #BC3104

Tints of Rust #BC3104

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.33%

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

R = 78.01%
G = 20.33%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC3104 (or 0xBC3104) is known color: Rust. HEX triplet: BC, 31 and 04. RGB value is (188,49,4). Sum of RGB (Red+Green+Blue) = 188+49+4=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3104 is #43CEFB. Grayscale: #555555. Windows color (decimal): -4443900 or 274876. OLE color: 274876.

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

Color convert

RGB 188 49 4 -
CMYK 0 0.74 0.98 0.26
HSL 14.67º 0.96% 0.38% -
HSV(B) 14.67º 0.98% 0.74% -
XYZ 21.86 12.9 1.45 -
YUV 85.43 82.05 201.16 -
System Red Green Blue C M Y K H S L
Decimal 188 49 4 0 0.74 0.98 0.26 14.67 0.96 0.38
Hex BC 31 4 0 4A 62 1A F 60 26
Octal 274 61 4 0 112 142 32 17 140 46
Binary 10111100 110001 100 0 1001010 1100010 11010 1111 1100000 100110

Color Harmonies of #BC3104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3104

Black with #BC3104

Text Example


Text Example

White with #BC3104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3104; }

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

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

background-color css

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

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

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

border-color css

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

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

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