Html Css Color HEX #BC530E Rust

📋 copy color: '#BC530E'

red 188 ◦ green 83 ◦ blue 14

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

Shades of Rust #BC530E

Tints of Rust #BC530E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.91%

R = 65.96%
G = 29.12%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC530E (or 0xBC530E) is known color: Rust. HEX triplet: BC, 53 and 0E. RGB value is (188,83,14). Sum of RGB (Red+Green+Blue) = 188+83+14=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC530E is #43ACF1. Grayscale: #6A6A6A. Windows color (decimal): -4435186 or 938940. OLE color: 938940.

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

Color convert

RGB 188 83 14 -
CMYK 0 0.56 0.93 0.26
HSL 23.79º 0.86% 0.4% -
HSV(B) 23.79º 0.93% 0.74% -
XYZ 23.91 16.91 2.42 -
YUV 106.53 75.79 186.11 -
System Red Green Blue C M Y K H S L
Decimal 188 83 14 0 0.56 0.93 0.26 23.79 0.86 0.4
Hex BC 53 E 0 38 5D 1A 18 56 28
Octal 274 123 16 0 70 135 32 30 126 50
Binary 10111100 1010011 1110 0 111000 1011101 11010 11000 1010110 101000

Color Harmonies of #BC530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC530E

Black with #BC530E

Text Example


Text Example

White with #BC530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC530E; }

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

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

background-color css

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

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

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

border-color css

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

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

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