Html Css Color HEX #BC4211 Rust

📋 copy color: '#BC4211'

red 188 ◦ green 66 ◦ blue 17

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

Shades of Rust #BC4211

Tints of Rust #BC4211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

 BLUE value IS 17 (7.03% from 255) = 6.27%

R = 69.37%
G = 24.35%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC4211 (or 0xBC4211) is known color: Rust. HEX triplet: BC, 42 and 11. RGB value is (188,66,17). Sum of RGB (Red+Green+Blue) = 188+66+17=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4211 is #43BDEE. Grayscale: #616161. Windows color (decimal): -4439535 or 1131196. OLE color: 1131196.

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

Color convert

RGB 188 66 17 -
CMYK 0 0.65 0.91 0.26
HSL 17.19º 0.83% 0.4% -
HSV(B) 17.19º 0.91% 0.74% -
XYZ 22.79 14.63 2.15 -
YUV 96.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 188 66 17 0 0.65 0.91 0.26 17.19 0.83 0.4
Hex BC 42 11 0 41 5B 1A 11 53 28
Octal 274 102 21 0 101 133 32 21 123 50
Binary 10111100 1000010 10001 0 1000001 1011011 11010 10001 1010011 101000

Color Harmonies of #BC4211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4211

Black with #BC4211

Text Example


Text Example

White with #BC4211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4211; }

 p { color: rgb(188,66,17); }

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

background-color css

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

 a { background-color: rgb(188,66,17); }

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

border-color css

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

 span { border-color: rgb(188,66,17); }

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