Html Css Color HEX #BC3B0F Rust

📋 copy color: '#BC3B0F'

red 188 ◦ green 59 ◦ blue 15

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

Shades of Rust #BC3B0F

Tints of Rust #BC3B0F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.52%

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 71.76%
G = 22.52%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC3B0F (or 0xBC3B0F) is known color: Rust. HEX triplet: BC, 3B and 0F. RGB value is (188,59,15). Sum of RGB (Red+Green+Blue) = 188+59+15=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3B0F is #43C4F0. Grayscale: #5C5C5C. Windows color (decimal): -4441329 or 998332. OLE color: 998332.

HSL color Cylindrical-coordinate representation of color #BC3B0F: hue angle of 15.26º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC3B0F is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 59 15 -
CMYK 0 0.69 0.92 0.26
HSL 15.26º 0.85% 0.4% -
HSV(B) 15.26º 0.92% 0.74% -
XYZ 22.39 13.85 1.95 -
YUV 92.56 84.24 196.08 -
System Red Green Blue C M Y K H S L
Decimal 188 59 15 0 0.69 0.92 0.26 15.26 0.85 0.4
Hex BC 3B F 0 45 5C 1A F 55 28
Octal 274 73 17 0 105 134 32 17 125 50
Binary 10111100 111011 1111 0 1000101 1011100 11010 1111 1010101 101000

Color Harmonies of #BC3B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3B0F

Black with #BC3B0F

Text Example


Text Example

White with #BC3B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3B0F; }

 p { color: rgb(188,59,15); }

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

background-color css

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

 a { background-color: rgb(188,59,15); }

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

border-color css

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

 span { border-color: rgb(188,59,15); }

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