Html Css Color HEX #BC4215 Rust

📋 copy color: '#BC4215'

red 188 ◦ green 66 ◦ blue 21

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

Shades of Rust #BC4215

Tints of Rust #BC4215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.64%

R = 68.36%
G = 24%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC4215 (or 0xBC4215) is known color: Rust. HEX triplet: BC, 42 and 15. RGB value is (188,66,21). Sum of RGB (Red+Green+Blue) = 188+66+21=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4215 is #43BDEA. Grayscale: #616161. Windows color (decimal): -4439531 or 1393340. OLE color: 1393340.

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

Color convert

RGB 188 66 21 -
CMYK 0 0.65 0.89 0.26
HSL 16.17º 0.8% 0.41% -
HSV(B) 16.17º 0.89% 0.74% -
XYZ 22.82 14.64 2.33 -
YUV 97.35 84.92 192.66 -
System Red Green Blue C M Y K H S L
Decimal 188 66 21 0 0.65 0.89 0.26 16.17 0.8 0.41
Hex BC 42 15 0 41 59 1A 10 50 29
Octal 274 102 25 0 101 131 32 20 120 51
Binary 10111100 1000010 10101 0 1000001 1011001 11010 10000 1010000 101001

Color Harmonies of #BC4215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4215

Black with #BC4215

Text Example


Text Example

White with #BC4215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4215; }

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

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

background-color css

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

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

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

border-color css

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

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

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