Html Css Color HEX #BC3F10 Rust

📋 copy color: '#BC3F10'

red 188 ◦ green 63 ◦ blue 16

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

Shades of Rust #BC3F10

Tints of Rust #BC3F10

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 70.41%
G = 23.6%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC3F10 (or 0xBC3F10) is known color: Rust. HEX triplet: BC, 3F and 10. RGB value is (188,63,16). Sum of RGB (Red+Green+Blue) = 188+63+16=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3F10 is #43C0EF. Grayscale: #5F5F5F. Windows color (decimal): -4440304 or 1064892. OLE color: 1064892.

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

Color convert

RGB 188 63 16 -
CMYK 0 0.66 0.91 0.26
HSL 16.4º 0.84% 0.4% -
HSV(B) 16.4º 0.91% 0.74% -
XYZ 22.61 14.28 2.06 -
YUV 95.02 83.41 194.32 -
System Red Green Blue C M Y K H S L
Decimal 188 63 16 0 0.66 0.91 0.26 16.4 0.84 0.4
Hex BC 3F 10 0 42 5B 1A 10 54 28
Octal 274 77 20 0 102 133 32 20 124 50
Binary 10111100 111111 10000 0 1000010 1011011 11010 10000 1010100 101000

Color Harmonies of #BC3F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F10

Black with #BC3F10

Text Example


Text Example

White with #BC3F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F10; }

 p { color: rgb(188,63,16); }

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

background-color css

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

 a { background-color: rgb(188,63,16); }

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

border-color css

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

 span { border-color: rgb(188,63,16); }

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