Html Css Color HEX #BC410D Rust

📋 copy color: '#BC410D'

red 188 ◦ green 65 ◦ blue 13

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

Shades of Rust #BC410D

Tints of Rust #BC410D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.89%

R = 70.68%
G = 24.44%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC410D (or 0xBC410D) is known color: Rust. HEX triplet: BC, 41 and 0D. RGB value is (188,65,13). Sum of RGB (Red+Green+Blue) = 188+65+13=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC410D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC410D is #43BEF2. Grayscale: #606060. Windows color (decimal): -4439795 or 868796. OLE color: 868796.

HSL color Cylindrical-coordinate representation of color #BC410D: hue angle of 17.83º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC410D is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 13 -
CMYK 0 0.65 0.93 0.26
HSL 17.83º 0.87% 0.39% -
HSV(B) 17.83º 0.93% 0.74% -
XYZ 22.7 14.5 1.98 -
YUV 95.85 81.25 193.73 -
System Red Green Blue C M Y K H S L
Decimal 188 65 13 0 0.65 0.93 0.26 17.83 0.87 0.39
Hex BC 41 D 0 41 5D 1A 12 57 27
Octal 274 101 15 0 101 135 32 22 127 47
Binary 10111100 1000001 1101 0 1000001 1011101 11010 10010 1010111 100111

Color Harmonies of #BC410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC410D

Black with #BC410D

Text Example


Text Example

White with #BC410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC410D; }

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

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

background-color css

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

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

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

border-color css

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

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

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