Html Css Color HEX #BC5314 Rust

📋 copy color: '#BC5314'

red 188 ◦ green 83 ◦ blue 20

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

Shades of Rust #BC5314

Tints of Rust #BC5314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.52%

 BLUE value IS 20 (8.2% from 255) = 6.87%

R = 64.6%
G = 28.52%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC5314 (or 0xBC5314) is known color: Rust. HEX triplet: BC, 53 and 14. RGB value is (188,83,20). Sum of RGB (Red+Green+Blue) = 188+83+20=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5314 is #43ACEB. Grayscale: #6B6B6B. Windows color (decimal): -4435180 or 1332156. OLE color: 1332156.

HSL color Cylindrical-coordinate representation of color #BC5314: hue angle of 22.5º degrees, saturation: 0.81, 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 #BC5314 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 83 20 -
CMYK 0 0.56 0.89 0.26
HSL 22.5º 0.81% 0.41% -
HSV(B) 22.5º 0.89% 0.74% -
XYZ 23.96 16.93 2.67 -
YUV 107.21 78.79 185.62 -
System Red Green Blue C M Y K H S L
Decimal 188 83 20 0 0.56 0.89 0.26 22.5 0.81 0.41
Hex BC 53 14 0 38 59 1A 16 51 29
Octal 274 123 24 0 70 131 32 26 121 51
Binary 10111100 1010011 10100 0 111000 1011001 11010 10110 1010001 101001

Color Harmonies of #BC5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5314

Black with #BC5314

Text Example


Text Example

White with #BC5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5314; }

 p { color: rgb(188,83,20); }

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

background-color css

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

 a { background-color: rgb(188,83,20); }

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

border-color css

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

 span { border-color: rgb(188,83,20); }

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