Html Css Color HEX #BC410F Rust

📋 copy color: '#BC410F'

red 188 ◦ green 65 ◦ blue 15

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

Shades of Rust #BC410F

Tints of Rust #BC410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.25%

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

R = 70.15%
G = 24.25%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC410F (or 0xBC410F) is known color: Rust. HEX triplet: BC, 41 and 0F. RGB value is (188,65,15). Sum of RGB (Red+Green+Blue) = 188+65+15=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC410F is #43BEF0. Grayscale: #606060. Windows color (decimal): -4439793 or 999868. OLE color: 999868.

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

Color convert

RGB 188 65 15 -
CMYK 0 0.65 0.92 0.26
HSL 17.34º 0.85% 0.4% -
HSV(B) 17.34º 0.92% 0.74% -
XYZ 22.72 14.51 2.05 -
YUV 96.08 82.25 193.57 -
System Red Green Blue C M Y K H S L
Decimal 188 65 15 0 0.65 0.92 0.26 17.34 0.85 0.4
Hex BC 41 F 0 41 5C 1A 11 55 28
Octal 274 101 17 0 101 134 32 21 125 50
Binary 10111100 1000001 1111 0 1000001 1011100 11010 10001 1010101 101000

Color Harmonies of #BC410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC410F

Black with #BC410F

Text Example


Text Example

White with #BC410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC410F; }

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

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

background-color css

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

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

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

border-color css

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

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

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