Html Css Color HEX #BC3E10 Rust

📋 copy color: '#BC3E10'

red 188 ◦ green 62 ◦ blue 16

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

Shades of Rust #BC3E10

Tints of Rust #BC3E10

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.31%

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

R = 70.68%
G = 23.31%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC3E10 (or 0xBC3E10) is known color: Rust. HEX triplet: BC, 3E and 10. RGB value is (188,62,16). Sum of RGB (Red+Green+Blue) = 188+62+16=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3E10 is #43C1EF. Grayscale: #5E5E5E. Windows color (decimal): -4440560 or 1064636. OLE color: 1064636.

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

Color convert

RGB 188 62 16 -
CMYK 0 0.67 0.91 0.26
HSL 16.05º 0.84% 0.4% -
HSV(B) 16.05º 0.91% 0.74% -
XYZ 22.56 14.17 2.04 -
YUV 94.43 83.74 194.74 -
System Red Green Blue C M Y K H S L
Decimal 188 62 16 0 0.67 0.91 0.26 16.05 0.84 0.4
Hex BC 3E 10 0 43 5B 1A 10 54 28
Octal 274 76 20 0 103 133 32 20 124 50
Binary 10111100 111110 10000 0 1000011 1011011 11010 10000 1010100 101000

Color Harmonies of #BC3E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E10

Black with #BC3E10

Text Example


Text Example

White with #BC3E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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